curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/settings \
--header 'Authorization: Bearer <token>'{
"settings": []
}Get all Ban System settings.
curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/settings \
--header 'Authorization: Bearer <token>'{
"settings": []
}