{
"limit": 0,
"cursor": "string"
}curl --location --request POST 'https://apip2.xuance365.com/javamessage//room/get-room-list' \
--header 'Content-Type: application/json' \
--data-raw '{
"limit": 0,
"cursor": "string"
}'{
"code": 0,
"msg": "",
"data": {
"data": [
{
"roomId": "",
"name": "",
"ownerUid": 0,
"memberNum": 0
}
],
"cursor": ""
}
}