-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
67 lines (67 loc) · 1.59 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"users": [
{
"id": "1",
"firstName": "Leo",
"lastName": "Graham",
"email": "[email protected]",
"password": "password@123"
},
{
"id": "84fc624f-9b00-4787-8f8a-cca41ad74428",
"firstName": "test",
"lastName": "user",
"email": "[email protected]",
"password": "password"
},
{
"id": "18f5eaa4-500f-49c6-8969-ab84626ff8dc",
"firstName": "varsha",
"lastName": "nom",
"email": "[email protected]",
"password": "password"
},
{
"id": "9e77d645-6517-41b7-94f9-7ac1673c2c77",
"firstName": "abc",
"lastName": "user",
"email": "[email protected]",
"password": "password"
},
{
"id": "2a6a7514-29a4-4d7f-88b9-1568bfa980b7",
"firstName": "nick",
"lastName": "smith",
"email": "[email protected]",
"password": "password"
},
{
"id": "9440ecad-c239-446b-978c-a1c33fdd460f",
"firstName": "test",
"lastName": "new",
"email": "[email protected]",
"password": "abc"
},
{
"id": "ea325f3e-8988-4386-aeff-5f5fac35794d",
"firstName": "amit",
"lastName": "nagar",
"email": "[email protected]",
"password": "Am@230793"
},
{
"id": "ca2de776-e65c-487e-bf1c-079042ed369f",
"firstName": "ddfd",
"lastName": "dfdfd",
"email": "[email protected]",
"password": "Va@230793"
},
{
"id": "32d5f2a7-6277-4fd9-b8a7-217df6b82bb2",
"firstName": "Varsha",
"lastName": "Bhadana",
"email": "[email protected]",
"password": "Pa@230793"
}
]
}