Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
countries_cities.read - Countries & Cities Readcurl --location --request GET 'https://api.zid.sa/v1/settings/countries' \
--header 'Accept: application/json' \
--header 'Authorization: {{Autherization}}' \
--header 'Accept-Language: en'{
"status": "string",
"countries": [
{
"id": 184,
"name": "السعودية",
"code": "SA",
"country_code": "SAU",
"flag": "https://media.zid.store/static/sa.svg"
}
],
"message": {
"type": "string",
"code": "string",
"name": "string",
"description": "string"
}
}