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