token: ********************
{
"to_user_id": 66837313,
"role_id": "3581310465983111170",
"room_id": "3581310465924767744"
}
curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/v2/room_role/grant?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 '{
"to_user_id": 66837313,
"role_id": "3581310465983111170",
"room_id": "3581310465924767744"
}'
{
"msg": "",
"result": {
"user": {
"role": [
"3521289198397521922"
],
"user_id": "43028164",
"department_id": "3521289198338850816",
"del_tag": 1
}
},
"status": "ok"
}