-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusers.json
33 lines (33 loc) · 966 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
[
{
"password": "holamiguel123",
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa7",
"email": "[email protected]",
"first_name": "smiguelg",
"last_name": "garcia",
"birth_date": "2021-12-22"
},
{
"password": "holamiguel123",
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa7",
"email": "[email protected]",
"first_name": "smiguelg",
"last_name": "garcia",
"birth_date": "2021-12-22"
},
{
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"email": "[email protected]",
"first_name": "Juan Camilo Canelo Carlos",
"last_name": "Smith",
"birth_date": "2021-12-28"
},
{
"password": "holakev123",
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa9",
"email": "[email protected]",
"first_name": "kevaaaa",
"last_name": "suakkkkk",
"birth_date": "2021-12-22"
}
]