Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
curl --location --globoff '{store_url}/api/v1/auth/email/verify' \
--data-urlencode 'email=customer@example.com' \
--data-urlencode 'code=1234' \
--data-urlencode 'is_newsletter_subscriber=true'{
"login_type": "signup",
"status": "registration_needed",
"channel": "email",
"mobile_number": "501234567",
"country_code": "+966",
"email": "customer@example.com",
"mobile": "+966501234567",
"email_exists": true,
"sent_at": "2026-06-21T10:30:00Z",
"cart_session_id": "cart_session_8f7c2a91",
"is_active_abandoned_cart_merged": true,
"customer_id": 12345,
"has_addresses": true,
"property1": {},
"property2": {}
}