curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/traffic \
--header 'Authorization: Bearer <token>'{
"enabled": false,
"stats": {},
"top_users": [],
"recent_violations": []
}Get full traffic statistics including top users.
curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/traffic \
--header 'Authorization: Bearer <token>'{
"enabled": false,
"stats": {},
"top_users": [],
"recent_violations": []
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.