-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
114 lines (114 loc) · 2.38 KB
/
Copy pathdb.json
File metadata and controls
114 lines (114 loc) · 2.38 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"users": [
{
"id": "1",
"rut": "19765326-1",
"name": "Camila Morales",
"birthDate": "1997-01-01",
"children": 1,
"email": "camila@gmail.com",
"password": "camila123",
"phones": [
{
"number": "+56921212121",
"type": "Móvil"
},
{
"number": "+56921214521",
"type": "Móvil"
}
],
"addresses": [
{
"street": "Av.avenida",
"city": "Santiago",
"region": "Metropolitana"
}
]
},
{
"id": "f37377d8-1ab1-405a-b12f-7cab7aabf3f2",
"rut": "15063944-1",
"name": "Juanita",
"birthDate": "2025-06-13",
"children": 0,
"email": "lilabusinesshub@gmail.com",
"phones": [
{
"number": "+56 921212121",
"type": "Móvil"
}
],
"addresses": [
{
"street": "Wallaby 42",
"city": "Sidney",
"region": "-"
}
]
},
{
"id": "8127631a-7100-419e-a0c1-6e0abb4ba89d",
"rut": "17591461-7",
"name": "Camila Morales Pereira",
"birthDate": "2025-06-19",
"children": 1,
"email": "camila@gmail.com",
"phones": [
{
"number": "+56921212121",
"type": "Móvil"
}
],
"addresses": [
{
"street": "Providencia",
"city": "Santiago",
"region": "Metropolitana"
}
]
},
{
"id": "4f18bc18-e65d-401d-9dca-a3269dc89e9a",
"rut": "26858639-3",
"name": "juanita perez",
"birthDate": "2025-06-21",
"children": 2,
"email": "juanitap@gmail.com",
"phones": [
{
"number": "+56921212121",
"type": "Móvil"
}
],
"addresses": [
{
"street": "Avenida",
"city": "Santiago",
"region": "atacama"
}
]
},
{
"id": "0edfb5be-9af8-4d07-95c8-1399c0d30432",
"rut": "66945294-2",
"name": "Maria Teresa",
"birthDate": "2025-06-21",
"children": 3,
"email": "mteresa@gmail.com",
"phones": [
{
"number": "+56 921212121",
"type": "Móvil"
}
],
"addresses": [
{
"street": "Avenida",
"city": "Calle",
"region": "Region"
}
]
}
]
}