token: ********************
{
"msg": "12345",
"msg_type": 4,
"heychat_ack_id": "0",
"reply_id": "",
"room_id": "3690041195409809408",
"addition": "{}",
"channel_id": "3690041195638218754",
"msg_id":"1845715947309797376"
}
curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/v2/channel_msg/update?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": "12345",
"msg_type": 4,
"heychat_ack_id": "0",
"reply_id": "",
"room_id": "3690041195409809408",
"addition": "{}",
"channel_id": "3690041195638218754",
"msg_id":"1845715947309797376"
}'
{
"msg": "",
"result": {
"chatmobile_ack_id": "",
"heychat_ack_id": "0"
},
"status": "ok"
}