| { | |
| "name": "Test User", | |
| "phone": "555-1234", | |
| "bio": "Regular test user account", | |
| "location": { | |
| "city": "Chicago", | |
| "state": "Illinois", | |
| "timezone": "America/Chicago" | |
| }, | |
| "service_areas": ["Chicago", "Cook County"], | |
| "preferences": { | |
| "theme": "system", | |
| "notifications": true | |
| }, | |
| "history_files": { | |
| "posts": "data/users/history/joker@example.com/posts.json", | |
| "videos": "data/users/history/joker@example.com/videos.json" | |
| }, | |
| "metadata": { | |
| "created_at": 1672531200, | |
| "last_login": 1715990400, | |
| "account_type": "standard" | |
| } | |
| } |