Input
GET /products?category=electronics&min_price=60
Output
[{"id": "p002", ...}, {"id": "p005", ...}]Both filters apply: category must be 'electronics' AND price must be >= 60. Keyboard (149.99) also matches, but this example shows the pattern — actual results depend on the starter dataset.