curl --request GET \
--url https://nvidia.casebender.com/api/v1/health/ready \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"checks": {
"database": "<string>"
},
"timestamp": "<string>"
}Check if the API service is ready to accept traffic
curl --request GET \
--url https://nvidia.casebender.com/api/v1/health/ready \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"checks": {
"database": "<string>"
},
"timestamp": "<string>"
}