-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponse.json
More file actions
105 lines (105 loc) · 2.84 KB
/
Copy pathresponse.json
File metadata and controls
105 lines (105 loc) · 2.84 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
{
"data": {
"getUsers": [
{
"id": "1",
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"password": "password123",
"gender": "Male",
"username": "johndoe",
"createdAt": "2024-12-12T16:44:35.458Z",
"updatedAt": "2024-12-12T16:44:35.458Z"
},
{
"id": "2",
"firstName": "John",
"lastName": "Doe",
"email": "zebiulun@gmail.com",
"password": "password123",
"gender": "Male",
"username": "kii",
"createdAt": "2024-12-12T16:46:51.929Z",
"updatedAt": "2024-12-12T16:46:51.929Z"
},
{
"id": "3",
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@exuiample.com",
"password": "password123",
"gender": "Male",
"username": "kuuii",
"createdAt": "2024-12-12T16:47:32.291Z",
"updatedAt": "2024-12-12T16:47:32.291Z"
},
{
"id": "4",
"firstName": "ikechukwu",
"lastName": "ngoesina",
"email": "ikechukwungoesina@gmail.com",
"password": "Password2.",
"gender": "male",
"username": "username",
"createdAt": "2024-12-12T17:00:06.065Z",
"updatedAt": "2024-12-12T17:00:06.065Z"
},
{
"id": "5",
"firstName": "ikechukwu",
"lastName": "ngoesina",
"email": "ikechukwungtoesina@gmail.com",
"password": "Password2.",
"gender": "male",
"username": "username23",
"createdAt": "2024-12-12T17:00:29.781Z",
"updatedAt": "2024-12-12T17:00:29.781Z"
},
{
"id": "6",
"firstName": "ike",
"lastName": "okec",
"email": "ik@gmail.com",
"password": "tester123",
"gender": null,
"username": "killerbean",
"createdAt": "2024-12-12T18:10:13.919Z",
"updatedAt": "2024-12-12T18:10:13.919Z"
},
{
"id": "7",
"firstName": "ike",
"lastName": "okec",
"email": "ik@gmkail.com",
"password": "tester123",
"gender": null,
"username": "starts",
"createdAt": "2024-12-12T18:11:37.444Z",
"updatedAt": "2024-12-12T18:11:37.444Z"
},
{
"id": "8",
"firstName": "null",
"lastName": "null",
"email": "null",
"password": "null",
"gender": null,
"username": "null",
"createdAt": "2024-12-12T18:16:34.137Z",
"updatedAt": "2024-12-12T18:16:34.137Z"
},
{
"id": "9",
"firstName": "hdhdh",
"lastName": "dhdhhd",
"email": "dhhdhd",
"password": "secondpassword",
"gender": null,
"username": "hdhhh",
"createdAt": "2024-12-12T18:16:58.944Z",
"updatedAt": "2024-12-12T18:16:58.944Z"
}
]
}
}