Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
{ "name": "Ahmed Al Saud", "email": "ahmed@example.com", "is_newsletter_subscriber": true, "gender": "male", "birth_date": "1995-08-21" }
curl --location --request PATCH 'https://api.zid.sa//account' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "Ahmed Al Saud", "email": "ahmed@example.com", "is_newsletter_subscriber": true, "gender": "male", "birth_date": "1995-08-21" }'
"Profile updated successfully"