Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//shipping/zones' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"store_id": "7fe87115-950c-4ae8-bd7e-970406bc9ac0",
"name": "string",
"name_ar": "string",
"governorate_codes": [
"string"
],
"estimated_days_min": 0,
"estimated_days_max": 0,
"cod_enabled": true,
"cod_fee_cents": 0,
"is_active": true,
"sort_order": 0,
"rates": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"zone_id": "4495020a-236f-46e0-9453-e3f9cc6476f4",
"rate_type": "flat",
"label": "string",
"label_ar": "string",
"config": {
"property1": "string",
"property2": "string"
},
"is_active": true,
"sort_order": 0
}
]
}
],
"message": "string"
}