Authorization: Bearer ********************
curl --location --request POST '/api/chat/upload' \ --form 'file=@""' \ --form 'agent_key="default_chat"'
{ "code": 0, "message": "string", "data": {} }