curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/punishments \
--header 'Authorization: Bearer <token>'{
"punishments": [],
"total": 0
}Get list of active punishments (bans).
curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/punishments \
--header 'Authorization: Bearer <token>'{
"punishments": [],
"total": 0
}