{
                "message": "Astro Project API Gateway",
                "version": "1.0.0",
                "endpoints": {
                    "astro_service": "/api/astro/* (protected)",
                    "backend_service": "/api/backend/* (mixed - some public, some protected)",
                    "health": "/health (public)"
                },
                "services": {
                    "astro": "http://localhost:8080/api/astro/",
                    "backend": "http://localhost:8080/api/backend/"
                },
                "authentication": "Bearer token required for protected routes"
            }