curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/users/search/{query} \
--header 'Authorization: Bearer <token>'{
"users": [],
"total": 0,
"offset": 0,
"limit": 50
}Search for users.
curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/users/search/{query} \
--header 'Authorization: Bearer <token>'{
"users": [],
"total": 0,
"offset": 0,
"limit": 50
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.