forked from techiediaries/fake-api-jwt-json-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
users.json
49 lines (49 loc) · 853 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
42
43
44
45
46
47
48
49
{
"users":[
{
"id":1,
"email":"bruno@email.com",
"password":"bruno"
},
{
"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"
}
]
}