curl --location --globoff '{store_url}/api/v1/account/wishlists' \ --header 'Content-Type: application/json' \ --data '{ "product_ids": [ "prod_123", "prod_456" ] }'
"Products added to wishlist successfully"