/V2/customer/wishlist/toggle
Content Type
application/json
{"wishlistItem":[{"sku":"24-MB01"}]}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/customer/wishlist/toggle' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "wishlistItem": [ { "sku": "24-MB01" } ] }'
No body