curl --location --request POST 'https://chatdoc.xfyun.cn/openapi/fileUpload' \
--form 'file=""' \
--form 'url=""' \
--form 'fileName=""' \
--form 'fileType=""' \
--form 'callbackUrl=""'
{
"flag": true,
"sid": "string",
"code": 0,
"desc": null,
"data": {
"fileId": "string"
}
}