Spaces:
Running
Running
Commit ·
0f8e961
1
Parent(s): 461d803
update
Browse files- users.json +122 -4
users.json
CHANGED
|
@@ -6,6 +6,46 @@
|
|
| 6 |
"created_at": "2026-04-24 18:33:59",
|
| 7 |
"language": "English",
|
| 8 |
"transactions": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
{
|
| 10 |
"id": "e211b05f-5027-40e3-ab9e-b0ea0e7b3a17",
|
| 11 |
"date": "2026-04-25 00:36:25",
|
|
@@ -15,7 +55,7 @@
|
|
| 15 |
"details": "To: testuser"
|
| 16 |
}
|
| 17 |
],
|
| 18 |
-
"balance":
|
| 19 |
},
|
| 20 |
"mohsin": {
|
| 21 |
"email": "mohsin@gmail.com",
|
|
@@ -23,16 +63,41 @@
|
|
| 23 |
"is_admin": false,
|
| 24 |
"created_at": "2026-04-24 18:33:59",
|
| 25 |
"language": "English",
|
| 26 |
-
"transactions": [
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
},
|
| 29 |
"testuser": {
|
| 30 |
"email": "test@example.com",
|
| 31 |
"password": "a109e36947ad56de1dca1cc49f0ef8ac9ad9a7b1aa0df41fb3c4cb73c1ff01ea",
|
| 32 |
"is_admin": false,
|
| 33 |
"created_at": "2026-04-24 22:07:54",
|
| 34 |
-
"balance":
|
| 35 |
"transactions": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
{
|
| 37 |
"id": "12685ff6-549c-4e83-845d-01216b32a8b4",
|
| 38 |
"date": "2026-04-25 00:36:25",
|
|
@@ -79,5 +144,58 @@
|
|
| 79 |
"balance": 1000.0,
|
| 80 |
"transactions": [],
|
| 81 |
"language": "English"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
}
|
| 83 |
}
|
|
|
|
| 6 |
"created_at": "2026-04-24 18:33:59",
|
| 7 |
"language": "English",
|
| 8 |
"transactions": [
|
| 9 |
+
{
|
| 10 |
+
"id": "d95f1ba2-7d69-423b-ba61-29749c45d26b",
|
| 11 |
+
"date": "2026-04-26 14:25:04",
|
| 12 |
+
"type": "credit",
|
| 13 |
+
"amount": 999.0,
|
| 14 |
+
"category": "Transfer",
|
| 15 |
+
"details": "From: mohsin1234"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"id": "138e6421-5f56-490d-8b91-5796d11b8691",
|
| 19 |
+
"date": "2026-04-26 14:23:01",
|
| 20 |
+
"type": "credit",
|
| 21 |
+
"amount": 1.0,
|
| 22 |
+
"category": "Transfer",
|
| 23 |
+
"details": "From: mohsin1234"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"id": "a8c5df63-5c5c-4f2c-a740-e863a5af97c8",
|
| 27 |
+
"date": "2026-04-26 14:13:35",
|
| 28 |
+
"type": "debit",
|
| 29 |
+
"amount": 10000.0,
|
| 30 |
+
"category": "Transfer",
|
| 31 |
+
"details": "To: mohsin"
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"id": "8d3017d6-d0d3-47a6-95c8-686cf4a3cffe",
|
| 35 |
+
"date": "2026-04-26 14:12:55",
|
| 36 |
+
"type": "debit",
|
| 37 |
+
"amount": 1000.0,
|
| 38 |
+
"category": "Transfer",
|
| 39 |
+
"details": "To: mohsin"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"id": "bd2b1f90-9407-457c-a61c-827e0bc9e025",
|
| 43 |
+
"date": "2026-04-25 14:57:33",
|
| 44 |
+
"type": "debit",
|
| 45 |
+
"amount": 1.0,
|
| 46 |
+
"category": "Transfer",
|
| 47 |
+
"details": "To: testuser"
|
| 48 |
+
},
|
| 49 |
{
|
| 50 |
"id": "e211b05f-5027-40e3-ab9e-b0ea0e7b3a17",
|
| 51 |
"date": "2026-04-25 00:36:25",
|
|
|
|
| 55 |
"details": "To: testuser"
|
| 56 |
}
|
| 57 |
],
|
| 58 |
+
"balance": 839949.0
|
| 59 |
},
|
| 60 |
"mohsin": {
|
| 61 |
"email": "mohsin@gmail.com",
|
|
|
|
| 63 |
"is_admin": false,
|
| 64 |
"created_at": "2026-04-24 18:33:59",
|
| 65 |
"language": "English",
|
| 66 |
+
"transactions": [
|
| 67 |
+
{
|
| 68 |
+
"id": "42e6bbc5-7ada-414e-b322-f1f63ae1973f",
|
| 69 |
+
"date": "2026-04-26 14:13:35",
|
| 70 |
+
"type": "credit",
|
| 71 |
+
"amount": 10000.0,
|
| 72 |
+
"category": "Transfer",
|
| 73 |
+
"details": "From: admin"
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": "3eb7c123-2220-4fea-8b02-8d8471de9916",
|
| 77 |
+
"date": "2026-04-26 14:12:55",
|
| 78 |
+
"type": "credit",
|
| 79 |
+
"amount": 1000.0,
|
| 80 |
+
"category": "Transfer",
|
| 81 |
+
"details": "From: admin"
|
| 82 |
+
}
|
| 83 |
+
],
|
| 84 |
+
"balance": 861000.0
|
| 85 |
},
|
| 86 |
"testuser": {
|
| 87 |
"email": "test@example.com",
|
| 88 |
"password": "a109e36947ad56de1dca1cc49f0ef8ac9ad9a7b1aa0df41fb3c4cb73c1ff01ea",
|
| 89 |
"is_admin": false,
|
| 90 |
"created_at": "2026-04-24 22:07:54",
|
| 91 |
+
"balance": 1051.0,
|
| 92 |
"transactions": [
|
| 93 |
+
{
|
| 94 |
+
"id": "a9ec7fe0-33a0-4f79-a629-49c6cf8f3c21",
|
| 95 |
+
"date": "2026-04-25 14:57:33",
|
| 96 |
+
"type": "credit",
|
| 97 |
+
"amount": 1.0,
|
| 98 |
+
"category": "Transfer",
|
| 99 |
+
"details": "From: admin"
|
| 100 |
+
},
|
| 101 |
{
|
| 102 |
"id": "12685ff6-549c-4e83-845d-01216b32a8b4",
|
| 103 |
"date": "2026-04-25 00:36:25",
|
|
|
|
| 144 |
"balance": 1000.0,
|
| 145 |
"transactions": [],
|
| 146 |
"language": "English"
|
| 147 |
+
},
|
| 148 |
+
"mohsin1": {
|
| 149 |
+
"email": "mohsin@gmail.com",
|
| 150 |
+
"password": "8e82e310a535c0eec9d720ee76f965d3e3367d019f203e82147759673d62fd82",
|
| 151 |
+
"is_admin": false,
|
| 152 |
+
"created_at": "2026-04-26 14:15:31",
|
| 153 |
+
"balance": 1000.0,
|
| 154 |
+
"transactions": [],
|
| 155 |
+
"language": "English"
|
| 156 |
+
},
|
| 157 |
+
"mohsin123": {
|
| 158 |
+
"email": "mohsin@gmail.com",
|
| 159 |
+
"password": "b8697df73a83299a60cc5d8f40f12a4c51f228919694b22ca85afff74123b34d",
|
| 160 |
+
"is_admin": false,
|
| 161 |
+
"created_at": "2026-04-26 14:16:52",
|
| 162 |
+
"balance": 1000.0,
|
| 163 |
+
"transactions": [],
|
| 164 |
+
"language": "English"
|
| 165 |
+
},
|
| 166 |
+
"mohsin12": {
|
| 167 |
+
"email": "mohsin12@gmail.com",
|
| 168 |
+
"password": "a0587546120404f111fc358f151a7831c51ab0fb9d3c313a237b280a32cfd1a1",
|
| 169 |
+
"is_admin": false,
|
| 170 |
+
"created_at": "2026-04-26 14:18:08",
|
| 171 |
+
"balance": 1000.0,
|
| 172 |
+
"transactions": [],
|
| 173 |
+
"language": "English"
|
| 174 |
+
},
|
| 175 |
+
"mohsin1234": {
|
| 176 |
+
"email": "mohsin1234@gmail.com",
|
| 177 |
+
"password": "6587d995aae88d4491f77d3890a917dd251147a4049e027c93dff8903081d870",
|
| 178 |
+
"is_admin": false,
|
| 179 |
+
"created_at": "2026-04-26 14:21:46",
|
| 180 |
+
"balance": 0.0,
|
| 181 |
+
"transactions": [
|
| 182 |
+
{
|
| 183 |
+
"id": "b3b17d58-3c9c-4883-90b0-d79d7bd1c099",
|
| 184 |
+
"date": "2026-04-26 14:25:04",
|
| 185 |
+
"type": "debit",
|
| 186 |
+
"amount": 999.0,
|
| 187 |
+
"category": "Transfer",
|
| 188 |
+
"details": "To: admin"
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"id": "8ddbab41-5f34-4bef-9f80-e6f0c3782ac2",
|
| 192 |
+
"date": "2026-04-26 14:23:01",
|
| 193 |
+
"type": "debit",
|
| 194 |
+
"amount": 1.0,
|
| 195 |
+
"category": "Transfer",
|
| 196 |
+
"details": "To: admin"
|
| 197 |
+
}
|
| 198 |
+
],
|
| 199 |
+
"language": "English"
|
| 200 |
}
|
| 201 |
}
|