Check API health status
check_health
function retrieves the health status of the API and its dependent services.
Result<HealthStatus>
containing:
status
: Overall health status (“healthy”, “degraded”, or “unhealthy”)version
: API versiontimestamp
: Health check timestampservices
: Vector of individual service health statuses