curl --request GET \
--url https://api.example.com/api/v1/health/liveness{
"status": "true"
}Returns a status indicating whether the application is alive
curl --request GET \
--url https://api.example.com/api/v1/health/liveness{
"status": "true"
}Application is up and running
Status of the health check
"true"