curl --request GET \
--url https://api.example.com/api/v1/health/readiness{
"status": "true"
}Performs checks on dependent services like database connectivity
curl --request GET \
--url https://api.example.com/api/v1/health/readiness{
"status": "true"
}Application is ready to receive traffic
Status of the health check
"true"