-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
40 lines (40 loc) · 862 Bytes
/
Copy pathdb.json
File metadata and controls
40 lines (40 loc) · 862 Bytes
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
{
"clients": [
{
"id": "7f80",
"sName": "Bamba",
"fName": "N'srango Elie",
"uName": "BenRango",
"email": "srangoelie@gmail.com",
"password": "12azeR",
"balance": 75000,
"transactions": [
{
"type": "Depot",
"amount": 20000,
"time": "2024-09-24T18:32:59.571Z"
},
{
"type": "Retrait",
"amount": 5000,
"time": "2024-09-24T18:33:16.395Z"
},
{
"type": "Depot",
"amount": 30000,
"time": "2024-09-24T18:33:24.925Z"
},
{
"type": "Retrait",
"amount": 10000,
"time": "2024-09-24T18:33:43.040Z"
},
{
"type": "Depot",
"amount": 40000,
"time": "2024-09-24T18:33:55.469Z"
}
]
}
]
}