{
"guid": "string",
"start_index": 0,
"limit": 0
}curl --location '/room/get_room_list' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"start_index": 0,
"limit": 0
}'{
"error_code": 0,
"error_message": "string",
"data": {
"result": {}
}
}