GET
/
health
cURL
curl --request GET \
  --url http://localhost/health
{
  "status": "<string>",
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - application/json
status
string
timestamp
string<date-time>