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