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