{
"success": true,
"message": "Success",
"data": [
{
"id": 5,
"name": "Santorini",
"city_name": "Santorini",
"description": "Beautiful volcanic island stop",
"image": "https://images.unsplash.com/photo-1570077188670-e3a8d69ac5ff",
"latitude": 36.3932,
"longitude": 25.4615,
"country_id": 3
},
{
"id": 6,
"name": "Tokyo",
"city_name": "Tokyo",
"description": "Dynamic metropolis blending ultramodern and traditional",
"image": "https://images.unsplash.com/photo-1503899036084-c55cdd92da26",
"latitude": 35.6762,
"longitude": 139.6503,
"country_id": 4
},
{
"id": 7,
"name": "Paris",
"city_name": "Paris",
"description": "Global center for art, fashion, gastronomy and culture",
"image": "https://images.unsplash.com/photo-1502602898657-3e91760cbb34",
"latitude": 48.8566,
"longitude": 2.3522,
"country_id": 5
},
{
"id": 8,
"name": "Cairo",
"city_name": "Cairo",
"description": "Historic city famous for the Pyramids of Giza and Sphinx",
"image": "https://images.unsplash.com/photo-1572252009286-268acec5a0af",
"latitude": 30.0444,
"longitude": 31.2357,
"country_id": 6
}
]
}