curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/history/{query} \
--header 'Authorization: Bearer <token>'{
"items": [],
"total": 0
}Get punishment history for a user.
curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/history/{query} \
--header 'Authorization: Bearer <token>'{
"items": [],
"total": 0
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 100