/V2/customer/wishlist/update
{"itemId":"21","qty":"2"}
curl -L \ --request PUT \ --url 'https://beta.magento.pixiedia.com/V2/customer/wishlist/update' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "itemId": "21", "qty": "2" }'
No body