{
  "message": "Node.js API is running",
  "service": "cpanel-node-api-test",
  "endpoints": [
    "GET  /           - this info",
    "GET  /api/health - health check",
    "GET  /api/hello  - greeting (optional ?name=)",
    "POST /api/echo   - echo request body as JSON"
  ],
  "env": "development"
}