INTERACTIVE REQUEST EXPLORER
Scenario: Update your cart
Web Page
Change the quantity
Identify body parameter
Compare original & modified
HTTP Request
POST /cart/update HTTP/1.1
Host: store.hackra.local
Content-Type: application/json
Cookie: session=abc123
product_id=104&quantity=1&coupon=SAVE10
Server Response
HTTP/1.1 200 OK
Content-Type: application/json
{"product_id":104,"quantity":1,"total":49.99}