Authorization: Bearer ********************{
"chat_id": 0,
"query": "string",
"file_list": [
"string"
],
"ws_agent_key": "string",
"stream": true
}curl --location --request POST 'https://app.emoosearch.com/open-api/v1/chat/messages' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"chat_id": 0,
"query": "string",
"file_list": [
"string"
],
"ws_agent_key": "string",
"stream": true
}'{
"code": 200,
"message": "string",
"data": {
"chat_id": 0,
"assistant_msg": "string",
"message_id": "string"
}
}