cURL
curl --request GET \ --url http://localhost:8082/health
{ "status": "UP", "components": { "db": { "status": "UP" }, "redis": { "status": "UP" } } }
200
The response is of type object.
object