-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
39 lines (39 loc) · 884 Bytes
/
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
{
"agents": [
{
"id": "u202111654",
"email": "[email protected]",
"username": "Julio Elsner",
"password": "trif123",
"image": "https://cdn-icons-png.flaticon.com/256/622/622851.png"
},
{
"id": "u202218227",
"email": "[email protected]",
"username": "Luis Eduardo Herrera",
"password": "la-sexta-es-inevitable123",
"image": "https://cdn-icons-png.flaticon.com/512/3135/3135715.png"
},
{
"id": "u202218226",
"email": "[email protected]",
"username": "Javier Prado",
"password": "kendricklamar",
"image": "https://cdn-icons-png.flaticon.com/512/8662/8662289.png"
}
],
"agentProjectInvitation": [
],
"pendingProjects": [
],
"dueDiligenceProjects": [
],
"informationGroup": [
],
"document": [
],
"questions": [
],
"answers": [
]
}