token: ********************
{
"heychat_ack_id": "0",
"msg_type": 3,
"img": "https://chat.max-c.com/pic/1793554163917103104.png",
"addition": "{\"img_files_info\":[{\"url\":\"https://chat.max-c.com/pic/1793554163917103104.png\",\"width\":194,\"height\":228}]}",
"channel_id": "3377790315288076288",
"room_id": "3365307913282265088",
"reply_id": ""
}
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 '{
"heychat_ack_id": "0",
"msg_type": 3,
"img": "https://chat.max-c.com/pic/1793554163917103104.png",
"addition": "{\"img_files_info\":[{\"url\":\"https://chat.max-c.com/pic/1793554163917103104.png\",\"width\":194,\"height\":228}]}",
"channel_id": "3377790315288076288",
"room_id": "3365307913282265088",
"reply_id": ""
}'
{
"msg": "string",
"result": {
"chatmobile_ack_id": "string",
"heychat_ack_id": "string"
},
"status": "string"
}