Backup 2025-03-23 03:42:05
Browse files- data_ostenhost.json +29 -0
data_ostenhost.json
CHANGED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"posts": [],
|
| 3 |
+
"users": {
|
| 4 |
+
"Admin": {
|
| 5 |
+
"password": "testadmin",
|
| 6 |
+
"bio": "",
|
| 7 |
+
"link": "",
|
| 8 |
+
"avatar": null,
|
| 9 |
+
"type": "seller",
|
| 10 |
+
"verified": false,
|
| 11 |
+
"phone": "+996500398754",
|
| 12 |
+
"org_phone": "0500398754",
|
| 13 |
+
"org_address": null,
|
| 14 |
+
"is_online": true
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"pending_organizations": [
|
| 18 |
+
{
|
| 19 |
+
"username": "Admin",
|
| 20 |
+
"org_name": "Тестовая организация",
|
| 21 |
+
"org_phone": "0500398754",
|
| 22 |
+
"org_address": null,
|
| 23 |
+
"is_online": true,
|
| 24 |
+
"submitted_at": "2025-03-23 03:42:05"
|
| 25 |
+
}
|
| 26 |
+
],
|
| 27 |
+
"orders": {},
|
| 28 |
+
"user_orders": {}
|
| 29 |
+
}
|