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