curl --location --request GET 'https://app.apacta.com/api/v1/cities'{
"data": [
{
"created": "string",
"deleted": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"modified": "string",
"name": "string",
"zip_code": 0
}
],
"pagination": {
"count": 0,
"current_page": "string",
"has_next_page": true,
"has_prev_page": true,
"limit": 0,
"page_count": "string"
},
"success": true
}