curl --location --request GET 'https://aa-stream-api.ddregion.com/room/listByMember?token=&contactWxid='
{
"code": 0,
"data": [
{
"avatarUrl": "string",
"botId": "string",
"topic": "string",
"ownerId": "string",
"memberCount": 0,
"deleted": true,
"wxid": "string",
"external": true,
"wecomChatId": "string",
"members": [
{
"wxid": "string",
"nickName": "string",
"avatarUrl": "string",
"roomAlias": "string",
"isFriend": true,
"coworker": true,
"contactType": 0,
"corporation": "string",
"joinTime": 0,
"joinScene": 0,
"inviterId": "string"
}
],
"labels": [
"string"
],
"chatId": "string",
"botInfo": {
"wxid": "string",
"weixin": "string",
"nickName": "string"
}
}
]
}