-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustomers.json
57 lines (56 loc) · 830 Bytes
/
customers.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
53
54
55
56
57
[
{
"id": 1,
"first_name": "John",
"surname": "Smith",
"email": "[email protected]",
"mobile": "0428888731",
"policies": [
"motor",
"property"
]
},
{
"id": 2,
"first_name": "Ken",
"surname": "Socks",
"mobile": "0429999731",
"policies": [
"motor"
]
},
{
"id": 3,
"first_name": "Jack",
"surname": "Sun",
"email": "[email protected]",
"policies": [
"property"
]
},
{
"id": 4,
"first_name": "John",
"surname": "Rain",
"policies": [
"motor"
]
},
{
"id": 5,
"first_name": "John",
"mobile": "0423333731",
"policies": [
"motor"
]
},
{
"id": 6,
"first_name": "John",
"surname": "Smith",
"mobile": "0422222731",
"policies": [
"motor"
]
}
]