curl --location --request POST 'https://upload-ost-api.xfyun.cn/file/mpupload/complete' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "202006290849",
"app_id": "your_appid",
"upload_id": "your_return_upload_id"
}'
{
"code": 0,
"sid": "string",
"data": {
"url": "string"
},
"message": "string"
}