curl --location --request POST 'http://127.0.0.1:3000/set_group_whole_ban' \ --header 'Content-Type: application/json' \ --data-raw '{ "group_id": 0, "enable": true }'
{}