{
"botId": "string",
"groupId": "string"
}curl --location --request POST 'http://localhost/listGroupMember' \
--header 'X-Token: yoyohuhu' \
--header 'Content-Type: application/json' \
--data-raw '{
"botId": "string",
"groupId": "string"
}'{
"code": 0,
"data": {
"groupMembers": [
{
"id": "41239",
"age": 21,
"sex": 0,
"nicknam": "日落",
"email": "",
"card": "",
"remark": "器人",
"title": "",
"phone": "",
"level": 1,
"joinTime": 1676102455,
"talkTime": 1676102493,
"unmuteTime": 0
}
]
}
}