/V2/guest/coupon/toggle
Guest Quote Id
{{guestToken}}
{"couponCode":"pixi10","removeCoupon":false}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/guest/coupon/toggle' \ --header 'Authorization: noauth YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "couponCode": "pixi10", "removeCoupon": false }'
No body