token: ********************
{
"msg": "@{id:4611545164569485312} @{id:100030} #{id:3628471439769796608} 11111",
"msg_type": 10,
"heychat_ack_id": "0",
"reply_id": "",
"room_id": "3581310465924767744",
"addition": "{\"img_files_info\":[]}",
"at_user_id": "100030",
"at_role_id": "4611545164569485312",
"mention_channel_id": "3628471439769796608",
"channel_id": "3595756374695264256",
"channel_type": 1
}
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": "@{id:4611545164569485312} @{id:100030} #{id:3628471439769796608} 11111",
"msg_type": 10,
"heychat_ack_id": "0",
"reply_id": "",
"room_id": "3581310465924767744",
"addition": "{\"img_files_info\":[]}",
"at_user_id": "100030",
"at_role_id": "4611545164569485312",
"mention_channel_id": "3628471439769796608",
"channel_id": "3595756374695264256",
"channel_type": 1
}'
{
"msg": "string",
"result": {
"chatmobile_ack_id": "string",
"heychat_ack_id": "string"
},
"status": "string"
}