app-key: ********************{
"file_ids": [
"string"
]
}curl --location 'https://api.jieshuo.cn/v1/files/zip-download' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"file_ids": [
"string"
]
}'{
"code": 10000,
"message": "Success",
"data": {
"task_id": "string",
"file_count": 0,
"status": 1,
"message": ""
}
}