{
"success": true,
"message": "Success",
"data": [
{
"id": 31,
"name": "La Pergola",
"description": "3-Michelin-starred restaurant offering fine dining with views of Rome",
"cuisine": "Italian",
"rating": 4.9,
"price_level": "$$$$",
"address": "Via Alberto Cadlolo 101, Rome",
"image": "https://images.unsplash.com/photo-1514933651103-005eec06c04b",
"destination_id": 1
},
{
"id": 32,
"name": "Narisawa",
"description": "Innovative satoyama cuisine focusing on natural themes",
"cuisine": "Japanese",
"rating": 4.8,
"price_level": "$$$$",
"address": "2-6-15 Minami Aoyama, Tokyo",
"image": "https://images.unsplash.com/photo-1550966871-3ed3cdb5ed0c",
"destination_id": 6
},
{
"id": 33,
"name": "L'Ambroisie",
"description": "Traditional French haute cuisine in a historic square",
"cuisine": "French",
"rating": 4.9,
"price_level": "$$$$",
"address": "9 Place des Vosges, Paris",
"image": "https://images.unsplash.com/photo-1414235077428-338989a2e8c0",
"destination_id": 7
}
]
}