{
"guid": "string",
"room_id": "string",
"new_owner_vid": "string"
}curl --location '/room/change_room_master' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"room_id": "string",
"new_owner_vid": "string"
}'{
"error_code": 0,
"error_message": "string",
"data": {}
}