View or Modify Cart
Items in the cart can be viewed by URI /requests GET filtered for state of draft.
A single item in the cart can be removed by URI /requests/{reqid} DELETE.
Multiple items in the cart can be removed by URI /requests DELETE.
A single item in the cart can be updated by URI /requests/{reqid} PUT.
Multiple items in the cart can be removed by URI /requests PUT.