{
"guid": "string",
"room_id": "string"
}curl --location '/open/roomid_to_chatid' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"room_id": "string"
}'{
"error_code": 0,
"error_message": "string",
"data": {
"chat_id": "string"
}
}