curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/report \
--header 'Authorization: Bearer <token>'{
"period_hours": 24,
"current_users": 0,
"current_ips": 0,
"punishment_stats": {},
"top_violators": []
}Get period report.
curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/report \
--header 'Authorization: Bearer <token>'{
"period_hours": 24,
"current_users": 0,
"current_ips": 0,
"punishment_stats": {},
"top_violators": []
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 168