GET
/smash/health
curl \
-X GET https://localhost:8090/v2/smash/health
Response examples (400)
{
"message": "string",
"code": "bad_request"
}
Response examples (406)
{
"message": "string",
"code": "not_acceptable"
}
Response examples (200)
{
"health": "available"
}