-
Notifications
You must be signed in to change notification settings - Fork 1
/
clients.json
81 lines (81 loc) · 1.99 KB
/
clients.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"clients": [
{
"id": "0",
"gender": "female",
"name": "Steele Burch",
"company": "TELEPARK",
"age": 21,
"picture": "http://placehold.it/32x32",
"registered": "2021-05-31T02:20:58 -09:00",
"currency": "USD",
"subscriptionCost": "1000.00"
},
{
"id": "1",
"gender": "male",
"name": "Muriel Leonard",
"company": "CINESANCT",
"age": 35,
"picture": "http://placehold.it/32x32",
"registered": "2015-04-20T07:24:27 -09:00",
"currency": "INR",
"subscriptionCost": "2000.00"
},
{
"id": "2",
"gender": "female",
"name": "Joann Byers",
"company": "SCENTRIC",
"age": 37,
"picture": "http://placehold.it/32x32",
"registered": "2019-05-19T12:47:34 -09:00",
"currency": "Yen",
"subscriptionCost": "20000.00"
},
{
"id": "3",
"gender": "female",
"name": "Hinton Hensley",
"company": "SONIQUE",
"age": 23,
"picture": "http://placehold.it/32x32",
"registered": "2014-04-22T07:16:12 -09:00",
"currency": "Yen",
"subscriptionCost": "2000.00"
},
{
"id": "4",
"gender": "male",
"name": "Louella Thomas",
"company": "KOG",
"age": 38,
"picture": "http://placehold.it/32x32",
"registered": "2021-05-01T06:15:25 -09:00",
"currency": "CAD",
"subscriptionCost": "500.00"
},
{
"id": "5",
"gender": "female",
"name": "Sykes Mueller",
"company": "GENEKOM",
"age": 28,
"picture": "http://placehold.it/32x32",
"registered": "2023-03-23T05:40:50 -09:00",
"currency": "USD",
"subscriptionCost": "500.00"
},
{
"id": "6",
"gender": "male",
"name": "Barron Bowen",
"company": "EBIDCO",
"age": 38,
"picture": "http://placehold.it/32x32",
"registered": "2019-10-18T07:26:00 -09:00",
"currency": "SGD",
"subscriptionCost": "500.00"
}
]
}