cURL
curl --request GET \ --url http://localhost:8000/health
{ "status": "ok" }
Returns the health status of the API.
API is healthy
"ok"