/V2/customer/checkout/review
{"addressId":10,"shippingMethod":""}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/customer/checkout/review' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "addressId": 10, "shippingMethod": "" }'
No body