File size: 627 Bytes
9fc2f18
 
 
 
527f6dc
 
 
 
 
 
9fc2f18
 
 
 
 
98c9bfd
 
9fc2f18
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "Admin User",
  "phone": "555-9012",
  "bio": "System administrator with access to all features",
  "location": {
    "city": "San Francisco",
    "state": "California",
    "timezone": "America/Los_Angeles"
  },
  "service_areas": ["San Francisco Bay Area", "Silicon Valley"],
  "preferences": {
    "theme": "system",
    "notifications": true
  },
  "history_files": {
    "posts": "data/users/history/admin@example.com/posts.json",
    "videos": "data/users/history/admin@example.com/videos.json"
  },
  "metadata": {
    "created_at": 1672531200,
    "last_login": 1715990400,
    "account_type": "admin"
  }
}