Authorization: Bearer ********************{
"emoo_user_id": "string",
"message_type": "normal",
"content": "string",
"normal_message_info": {
"from_title": "string",
"from_image_url": "string",
"detail_link": "string"
},
"agent_message_info": {
"ws_agent_key": "string",
"chat_id": "string"
}
}curl --location --request POST 'https://app.emoosearch.com/open-api/v1/message' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"emoo_user_id": "string",
"message_type": "normal",
"content": "string",
"normal_message_info": {
"from_title": "string",
"from_image_url": "string",
"detail_link": "string"
},
"agent_message_info": {
"ws_agent_key": "string",
"chat_id": "string"
}
}'{
"code": 200,
"message": "string",
"data": {
"message_id": 0,
"chat_id": 0,
"chat_message_id": 0
}
}