This is useful for configuring healthchecks in docker containers, or on Kubernetes.
curl
user@host: curl http://olivetinServer:1337/api/readyz
{"status": "ok"}
The response will always be "status: ok" to indicate that the API is up, or it will timeout.