{
  "name": "Demo API for Cloudflare API Shield",
  "version": "1.0",
  "endpoints": [
    "POST   /login",
    "GET    /users/:id",
    "GET    /products",
    "POST   /orders",
    "GET    /admin/all-users   (sensitive)",
    "GET    /health"
  ],
  "note": "This API is intentionally permissive. API Shield enforces protection at the edge."
}