Rest API - Query Parameters and Filtering
You want to build a REST API endpoint that lets clients filter products by category, sort by price descending, and select only 'id', 'name', and 'price' fields. Which query string correctly enables this flexible querying?
