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