-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusers.json
34 lines (34 loc) · 972 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
[
{
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"email": "user@example.com",
"first_name": "camilo",
"last_name": "contreras",
"birth_date": "1999-08-17",
"password": "stringst"
},
{
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"email": "user@example.com",
"first_name": "santiago",
"last_name": "contreras",
"birth_date": "2006-08-17",
"password": "stringst"
},
{
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"email": "user@example.com",
"first_name": "string",
"last_name": "string",
"birth_date": "2022-08-17",
"password": "stringst"
},
{
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa7",
"email": "user@example.com",
"first_name": "camilo_nuevo",
"last_name": "string",
"birth_date": "1999-08-17",
"password": "stringst"
}
]