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/managers/cities/by-country-id/184' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en'{
"status": "object",
"cities": [
{
"name": "Other",
"id": 1,
"national_id": 3,
"priority": 10,
"country_id": 184,
"country_name": "السعودية",
"country_code": "SA",
"ar_name": "الرياض",
"en_name": "Riyadh"
}
],
"message": {
"type": "object",
"code": "string",
"name": "string",
"description": "string"
}
}