/V2/customer/card/toggle
Card Hash
1234567890
{"isDefault":true}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/customer/card/toggle' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "isDefault": true }'
No body