Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
{ "product_ids": [ "prod_123", "prod_456" ] }
curl --location --request POST 'https://api.zid.sa//account/wishlists' \ --header 'Content-Type: application/json' \ --data-raw '{ "product_ids": [ "prod_123", "prod_456" ] }'
"Products added to wishlist successfully"