curl --location -g --request GET '/api/v2/groupChat/detail?token={{org_token}}&imBotId&wecomUserId&imRoomId=&wecomChatId='
"errcode": 0,
"errmsg": "string",
"data": [
{
"wecomChatId": "string",
"name": "string",
"owner": "string",
"createTime": 0,
"notice": "string",
"systemTag": [
{
"groupName": "string",
"tagName": "string",
"tagId": "string"
}
],
"memberList": [
{
"type": 0,
"imContactId": "string",
"externalUserId": "string",
"joinTime": 0,
"joinScene": 0
}
]
}
],
"total": 0
}