-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAAAdb.json
37 lines (36 loc) · 936 Bytes
/
AAAdb.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
{
"AAAUsers": [
{
"email": "[email protected]",
"first_name": "First_Name",
"last_name": "Last_Name",
"password": "Password",
"avatar": "https://randomuser.me/api/portraits/lego/2.jpg",
"id": 13
},
{
"email": "[email protected]",
"first_name": "First_Name",
"last_name": "Last_Name",
"password": "Password",
"avatar": "https://randomuser.me/api/portraits/lego/8.jpg",
"id": 14
},
{
"email": "[email protected]",
"first_name": "First_Name",
"last_name": "Last_Name",
"password": "Password",
"avatar": "https://randomuser.me/api/portraits/lego/3.jpg",
"id": 17
},
{
"email": "[email protected]",
"first_name": "fmsdklfnmsdl",
"last_name": "nmkldfnsln",
"password": "nklsdnlf`3",
"avatar": "https://randomuser.me/api/portraits/lego/8.jpg",
"id": 18
}
]
}