GET
/
health
cURL
curl --request GET \
  --url http://localhost:8080/health
"<string>"

Response

200 - text/plain

Service is healthy

The response is of type string.