curl -L \
--request POST \
--url 'https://beta.magento.pixiedia.com/V2/guest/wishlist/toggle' \
--header 'Authorization: noauth YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"wishlistItem": [
{
"sku": "MS04"
},
{
"sku": "24-UG03"
}
]
}'