cURL
curl --request GET \ --url https://prv.stake.biya.io/stake/health
{ "status": "<string>", "service": "<string>", "timestamp": "<string>", "details": {} }
Optional: service name to check
OK
CheckHealthyResponse contains the health status of the service
Health status: "healthy", "degraded", "unhealthy"
Service name
Timestamp of the health check
Health details for each component (database, redis, etc.)
Show child attributes