/V2/credit/apply
application/json
{"amount":"140.75"}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/credit/apply' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "amount": "140.75" }'
No body