curl --location --request GET '/room/simpleList?token=¤t=2&pageSize=5&wxid='{
"code": 0,
"data": [
{
"chatId": "string",
"botInfo": {
"wxid": "string",
"weixin": "string",
"nickName": "string"
},
"wxid": "string",
"topic": "string",
"avatarUrl": "string",
"ownerId": "string",
"labels": [
{
"id": "string",
"name": "string"
}
],
"wecomChatId": "string",
"deleted": true,
"external": true,
"memberCount": 0
}
],
"page": {
"current": 0,
"total": 0
}
}