curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/traffic/top \
--header 'Authorization: Bearer <token>'[
{
"username": "<string>",
"bytes_total": 0,
"bytes_limit": 123,
"over_limit": false
}
]Get top users by traffic.
curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/traffic/top \
--header 'Authorization: Bearer <token>'[
{
"username": "<string>",
"bytes_total": 0,
"bytes_limit": 123,
"over_limit": false
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 100