token: ********************
{
"nickname": "测试昵称",
"room_id": "3587810143523774464",
"to_user_id": 8828375
}
curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/v2/room/leave?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 '{
"nickname": "测试昵称",
"room_id": "3587810143523774464",
"to_user_id": 8828375
}'
{
"msg": "string",
"result": {
"chatmobile_ack_id": "string",
"heychat_ack_id": "string"
},
"status": "string"
}