{ "botId": "{{botId}}", "groupId": "{{groupId}}" }
curl --location 'http://localhost/listGroupAdmin' \ --header 'X-Token: yoyohuhu' \ --header 'Content-Type: application/json' \ --data '{ "botId": "{{botId}}", "groupId": "{{groupId}}" }'
{ "code": 0, "data": { "admins": [ "22534568583", "235459535", "52346370" ] } }