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