token: ********************
{
"msg": "123",
"msg_type": 4,
"heychat_ack_id": "1",
"addition": "{}",
"to_user_id": 1234567
}
curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/v3/msg/user?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": "123",
"msg_type": 4,
"heychat_ack_id": "1",
"addition": "{}",
"to_user_id": 1234567
}'
{
"msg": "string",
"result": {
"chatmobile_ack_id": "string",
"heychat_ack_id": "string"
},
"status": "string"
}