curl --request POST \
--url https://api.example.com/cabinet/admin/users/{user_id}/block \
--header 'Authorization: Bearer <token>'{
"success": true,
"old_status": "<string>",
"new_status": "<string>",
"message": "<string>"
}Block a user (shortcut for status update).
curl --request POST \
--url https://api.example.com/cabinet/admin/users/{user_id}/block \
--header 'Authorization: Bearer <token>'{
"success": true,
"old_status": "<string>",
"new_status": "<string>",
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.