token: ********************
{
"msg": "@{hear}xxxxxxxx",
"msg_type": 10,
"heychat_ack_id": "0",
"reply_id": "",
"room_id": "3382569362853470208",
"addition": "{\"img_files_info\":[]}",
"channel_id": "3590006252185763840"
}
curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/v2/channel_msg/send?client_type=&x_client_type=&os_type=&x_os_type=&x_app=&chat_os_type=&chat_version=' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"msg": "@{hear}xxxxxxxx",
"msg_type": 10,
"heychat_ack_id": "0",
"reply_id": "",
"room_id": "3382569362853470208",
"addition": "{\"img_files_info\":[]}",
"channel_id": "3590006252185763840"
}'
{
"msg": "string",
"result": {
"chatmobile_ack_id": "string",
"heychat_ack_id": "string"
},
"status": "string"
}