API Shield Demo: Products are fetched from
/api/v1/products.
Try the API with invalid parameters in Swagger UI:
GET /api/v1/products?limit=9999 → Exceeds max (100)
GET /api/v1/users/abc → Invalid ID type
POST /api/v1/orders → Missing required fields
Filter by category:
Loading products...