cURL
curl --request GET \ --url https://localhost:8080/v1/health
{ "database": true }
OK
The response is of type object.
object