curl --location --request GET '/api/v1/bot/getGroupBots?token=&wecomUserId=&imBotId='{
"errcode": 0,
"errmsg": "string",
"groups": [
{
"id": "string",
"name": "string",
"bots": [
{
"id": "string",
"wxid": "string",
"wecomUserId": "string",
"status": 0,
"name": "string",
"avatar": "string",
"corpId": "string",
"aiStatus": 0
}
]
}
]
}