Interactive Cares Junior Backend Developer

Task: Create a set of  API endpoints for handling CRUD operations of orders using Django. This endpoint should process order details (like user ID, product IDs, quantities, and payment information). Handle GET, POST, PUT, PATCH and DELETE requests for the endpoint. Ensure that the endpoint validates incoming data, handles exceptions, and returns appropriate responses.

Deliverables: