File size: 582 Bytes
2e5e07d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
    {
        "id": 1,
        "name": "Teddy",
        "description": "A teddy bear with a dream of traveling the world"
    },
    {
        "id": 2,
        "name": "Eiffel Tower",
        "description": "An iconic wrought-iron lattice tower located in Paris, France"
    },
    {
        "id": 3,
        "name": "Great Wall",
        "description": "A vast, historic fortification system that stretches across the northern part of China"
    },
    {
        "id": 4,
        "name": "Pyramids",
        "description": "Ancient monumental structures located in Egypt"
    }
]