{
"guid": "string",
"room_id": "",
"user_list": []
}
curl --location --request POST '/room/invite_room_member' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "string",
"room_id": "",
"user_list": []
}'
null