Django - REST Framework Basics
You want to create a DRF API endpoint that allows listing all
Product items and creating new ones in the same view. Which generic view class should you use and why?