Check the health of the API

GET
/health
/health

Authorization

curl -X GET "http://localhost:2999/v1/health"

Success

{
  "status": "ok",
  "version": "string"
}