curl --location '/file/contract' \
--header 'Authorization: Bearer {{token}}' \
--form 'file=@"C:\\Users\\Administrator\\Desktop\\96ce386c-e4fd-4414-a452-28135a2adfc6.png"'{
"code": 0,
"msg": "success",
"data": {
"fileId": "FC20250724171027b708a4998e68.png",
"fileUrl": "https://dev-skyline-kunlun.obs.ap-southeast-3.myhuaweicloud.com:443/fc_documents/FC20250724171027b708a4998e68.png?AccessKeyId=6GC73A3FE9SN0XNMUX1D&Expires=2384068229&Signature=dPdaTRDD8b%2F3yv1jR0a9%2B2fev8s%3D",
"fileName": null,
"fileSize": null,
"chunkIndex": null,
"totalChunks": null
},
"success": true
}