curl --request GET \
--url https://api.example.com/api/health"healthy"Performs a health check on the service, verifying database connectivity.
curl --request GET \
--url https://api.example.com/api/health"healthy"Service is healthy
Service is healthy
healthy Was this page helpful?