Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
{ "customer_email": "customer@example.com", "customer_phone_number": "+966501234567", "customer_name": "Ahmed Ali" }
curl --location --request POST 'https://api.zid.sa//products/123/stock-alerts' \ --header 'Content-Type: application/json' \ --data-raw '{ "customer_email": "customer@example.com", "customer_phone_number": "+966501234567", "customer_name": "Ahmed Ali" }'
"Stock alert registered successfully"