cURL
curl --request GET \ --url http://localhost:4318/healthz
{ "ok": true, "logger": { "uptime_s": 12 } }
GET /healthz
Alive
The response is of type object.
object