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