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