# API Reference ## Endpoints ### Health Check ``` GET /health ``` **Response:** ```json {"status": "UP", "service": "demo-fun-123"} ``` ### Root ``` GET / ``` **Response:** ```json {"service": "demo-fun-123", "description": "Modernized demo-fun-123 service", "version": "1.0.0"} ```