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