{
"success": true,
"message": "Success",
"data": [
{
"id": 21,
"name": "Eiffel Tower",
"description": "Iconic 19th-century iron tower with observation decks",
"category": "Historical Monument",
"rating": 4.8,
"address": "Champ de Mars, Paris",
"image": "https://images.unsplash.com/photo-1502602898657-3e91760cbb34",
"destination_id": 7
},
{
"id": 22,
"name": "Senso-ji Temple",
"description": "Tokyo's oldest and most iconic Buddhist temple in Asakusa",
"category": "Religious Site",
"rating": 4.7,
"address": "2-3-1 Asakusa, Tokyo",
"image": "https://images.unsplash.com/photo-1493976040374-85c8e12f0c0e",
"destination_id": 6
},
{
"id": 23,
"name": "Great Pyramids of Giza",
"description": "Ancient royal tombs and the last surviving Wonder of the Ancient World",
"category": "Archaeological Site",
"rating": 4.9,
"address": "Al Haram, Giza",
"image": "https://images.unsplash.com/photo-1539650116574-8efeb43e2750",
"destination_id": 8
}
]
}