Django - Testing Django Applications
You want to test an API endpoint that returns a list of items filtered by a query parameter
category. Which code snippet correctly tests this filtering using APIClient?