Build and test dynamic URL with query parameters in Postman
Preconditions (2)
✅ Expected Result: The request URL is https://api.example.com/items?category=books&sort=price_asc&limit=10, the response status code is 200, and the response body contains items filtered by category 'books'
