# Health check Returns the health status of the auth service Endpoint: GET /health Version: 1.0.0 ## Response 200 fields (application/json): - `status` (string, required) Health status Example: "healthy" - `timestamp` (string, required) Current server timestamp - `service` (string, required) Service name Example: "auth-service"