token: ********************
{
"origin_channel_id": "3884071942639140870",
"to_user_ids": ["8836257"],
"room_id": "3884071942269132800",
"channel_id": "3884071942639140872"
}
curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/v2/channel/move_member?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' \
--data-raw '{
"origin_channel_id": "3884071942639140870",
"to_user_ids": ["8836257"],
"room_id": "3884071942269132800",
"channel_id": "3884071942639140872"
}'
{"msg":"","result":{},"status":"ok"}