app-key: ********************{
"file_id": "string"
}curl --location 'https://api.jieshuo.cn/v1/files/download' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"file_id": "string"
}'{
"code": 10000,
"message": "Success",
"data": {
"download_url": "string",
"expires_in": 3600
}
}