app-key: ********************{
"short_link": "string"
}curl --location 'https://api.jieshuo.cn/v1/files/import/baidu-check' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"short_link": "string"
}'{
"code": 10000,
"message": "Success",
"data": {
"task_id": "string",
"files": [
"string"
]
}
}