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