-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathusers.json
49 lines (49 loc) · 1.01 KB
/
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
[
{
"name": "Daniel",
"email": "[email protected]",
"password": "gatitos",
"age": 28
},
{
"name": "Daniel",
"email": "[email protected]",
"password": "gatitos",
"age": 28
},
{
"id": "1a8b7892-9439-41f8-8085-f77acac12127",
"name": "Daniel",
"email": "[email protected]",
"password": "gatitos",
"age": 28
},
{
"id": "b988309e-3f48-415e-81a6-97b064bd154f",
"name": "Daniel",
"email": "[email protected]",
"password": "gatitos",
"age": 28
},
{
"id": "38028d64-c7bf-43ef-93fa-7a935079ec07",
"name": "Daniel",
"email": "[email protected]",
"password": "gatitos",
"age": 28
},
{
"id": "0974c3e0-d72d-439e-b59d-85c3e510ddaa",
"name": "Daniel",
"email": "[email protected]",
"password": "gatitos",
"age": 28
},
{
"id": "49523600-cb00-4f32-a141-7558ccfafff8",
"name": "Daniel",
"email": "[email protected]",
"password": "gatitos",
"age": 28
}
]