curl --location --request POST 'http://dev-cn.your-api-server.comcustom/api/upload/file/factgpt' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""'
{ "status": "string", "message": "string", "file_id": "string" }