/V2/guest/checkout/review
Guest Quote Id
{{guestToken}}
{"guestAddressId":"2","shippingCarrierCode":"","shippingMethodCode":""}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/guest/checkout/review' \ --header 'Authorization: noauth YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "guestAddressId": "2", "shippingCarrierCode": "", "shippingMethodCode": "" }'
No body