curl --location 'https://api.haoee.com/service-agent/v1/api/agent/chat/publish/upload/file' \ --header 'chat-key: {{API_KEY}}' \ --form 'file=@""'
{ "resultStatus": 0, "msg": "", "data": { "type": "", "fileId": "", "fileName": "", "fileUrl": "" }, "requestId": "", "success": true }