name: orders-post method: POST url: http://127.0.0.1:8000/api/v1/orders/ body: content: |- { "customer_id": 42, "items": [ { "product_id": 101, "quantity": 2, "price": 299.99 }, { "product_id": 102, "quantity": 1, "price": 49.50 } ] } content_type: application/json headers: - name: Content-Type value: application/json