{ "botId": "string", "groupId": "string", "userIds": [ "string" ] }
curl --location --request POST 'http://localhost/deleteGroupMembers' \ --header 'X-Token: yoyohuhu' \ --header 'Content-Type: application/json' \ --data-raw '{ "botId": "string", "groupId": "string", "userIds": [ "string" ] }'
{ "code": 0 }