app-key: ********************curl --location 'https://api.jieshuo.cn/v1/files/transfers?upload_id=undefined&page=undefined&page_size=undefined' \
--header 'x-code;' \
--header 'app-key: <api-key>'{
"code": 10000,
"message": "Success",
"data": {
"items": [
{
"upload_id": "string",
"file_id": "string",
"file_name": "string",
"status": 0,
"status_name": "init",
"progress": 0,
"speed": 0,
"error_message": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"completed_time": "2019-08-24T14:15:22.123Z",
"failed_time": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"page": 1,
"page_size": 20
}
}