{
"botId": "string",
"groupId": "string",
"userId": "string"
}curl --location --request POST 'http://localhost/getGroupMemberStatistic' \
--header 'X-Token: yoyohuhu' \
--header 'Content-Type: application/json' \
--data-raw '{
"botId": "string",
"groupId": "string",
"userId": "string"
}'{
"code": 0,
"data": {
"max": 200,
"number": 9,
"statistic": [
"活跃-1人",
"女-3人",
"爱尔巴桑-2人",
"90后-3人"
]
}
}