curl --location --request GET 'https://app.gotreek.com/api/cities?country_id&search' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 328,
"name": "Riyadh",
"name_ar": "الرياض",
"country_id": 1
}
]
}