Authorization: Bearer ********************{
"group_id": 1232131,
"user_ids": [
1234,
1231231
]
}curl --location --request POST 'https://shbot-api.wzstack.com/batch_delete_group_member' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 1232131,
"user_ids": [
1234,
1231231
]
}'{
"status": "ok",
"retcode": 0,
"data": null,
"message": "",
"wording": ""
}