-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusers.json
41 lines (41 loc) · 875 Bytes
/
users.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
{
"users": [{
"id": 1,
"email": "admin@email.com",
"password": "admin"
}, {
"id": 2,
"email": "techie@email.com",
"password": "techie"
}, {
"id": 3,
"email": "nilson@email.com",
"password": "nilson"
}, {
"id": 4,
"email": "nilson1@email.com",
"password": "nilson"
}, {
"id": 5,
"email": "nilson2@email.com",
"password": "nilson"
}, {
"id": 6,
"email": "nilson3@email.com",
"password": "nilson"
}, {
"id": 7,
"email": "nilson4@email.com",
"password": "nilson"
}, {
"id": 8,
"email": "nilson7@email.com",
"password": "nilson"
}, {
"id": 9,
"email": "nilson8@email.com",
"password": "nilson"
}, {
"id": 10
}]
}