Rest API - Query Parameters and Filtering
You want to filter orders by status 'shipped' using
/orders?status=shipped, but the API returns all orders. What is the likely problem?