Authorization: ********************{
"target_uid": "12345"
}curl --location 'https://api.yearnstudio.cn/api/mmo/room/kick' \
--header 'X-MMO-Room;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"target_uid": "12345"
}'{
"status": "ok"
}