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