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