-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
52 lines (52 loc) · 1.04 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"leads": [
{
"id": 1,
"name": "Acrobates pygmaeus",
"email": "[email protected]",
"phone": "48-(335)160-6742"
},
{
"id": 2,
"name": "Equus burchelli",
"email": "[email protected]",
"phone": "52-(752)994-6451"
},
{
"id": 3,
"name": "Neotis denhami",
"email": "[email protected]",
"phone": "86-(643)657-3219"
},
{
"id": 4,
"name": "Laniaurius atrococcineus",
"email": "[email protected]",
"phone": "33-(257)843-7620"
},
{
"id": 5,
"name": "Phasianus colchicus",
"email": "[email protected]",
"phone": "92-(156)952-2273"
},
{
"id": 6,
"name": "Varanus sp.",
"email": "[email protected]",
"phone": "262-(883)680-4351"
},
{
"name": "Chandu",
"phone": "991122",
"email": "[email protected]",
"id": 11
},
{
"name": "Native test",
"phone": "11223344",
"email": "[email protected]",
"id": 15
}
]
}