{
  "demo": "Cloudflare API Shield",
  "status": "ready",
  "endpoints": [
    "GET /health",
    "GET /api/v1/products",
    "GET /api/v1/products/{productId}",
    "POST /api/v1/orders",
    "GET /api/v1/orders/{orderId}",
    "POST /auth/token",
    "GET /.well-known/jwks.json",
    "GET /api/v1/profile (JWT protected)"
  ]
}