curl --location --request POST 'http://api.gelsinpizza.com/api/web/Basket/UpdateBasketCount' \ --header 'Authorization: {{UAT_TOKEN}}' \ --header 'Content-Type: text/plain' \ --data-raw '{ "OrderItemId":"105721961413", "Quantity":"4" }'
{}