curl --request POST \
--url http://localhost:8080/cabinet/admin/users/{user_id}/block{
"success": true,
"old_status": "<string>",
"new_status": "<string>",
"message": "<string>"
}Block a user (shortcut for status update).
curl --request POST \
--url http://localhost:8080/cabinet/admin/users/{user_id}/block{
"success": true,
"old_status": "<string>",
"new_status": "<string>",
"message": "<string>"
}