curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/health/detailed \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"uptime": 123,
"components": {}
}Get detailed health information.
curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/health/detailed \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"uptime": 123,
"components": {}
}