{
  "users": [
    {
      "id": "rOhgkflKH75AuC2V3P9mU",
      "email": "test@example.com",
      "passwordHash": "$2b$12$yL1lLl2gYqd3kzVBkTME8.LUXyU4F6HHg6.LgRCUJoiXJyrOLtTlW",
      "fullName": "Test User",
      "businessName": "",
      "businessAddress": "",
      "defaultHourlyRate": 100,
      "currency": "$",
      "createdAt": "2026-07-27T18:51:44.108Z"
    },
    {
      "id": "Vt6MTwPJnzSwLl6B6JM-I",
      "email": "new@example.com",
      "passwordHash": "$2b$12$nyDD4tUPL7COGVggN8a9ReiapPEoH0z.AqPvNMGt6Egw8tA/eni1m",
      "fullName": "New User",
      "businessName": "",
      "businessAddress": "",
      "defaultHourlyRate": 50,
      "currency": "$",
      "createdAt": "2026-07-28T15:44:15.106Z"
    },
    {
      "id": "ZqlGAT-9tRyS2M1KBHac5",
      "email": "flow@example.com",
      "passwordHash": "$2b$12$OInmvWKKkW5f/sWyLwSID.gVEJHPY.E3u4.irgXhiJNZJIPcCT8bO",
      "fullName": "Flow User",
      "businessName": "",
      "businessAddress": "",
      "defaultHourlyRate": 50,
      "currency": "$",
      "createdAt": "2026-07-28T16:53:08.498Z"
    },
    {
      "id": "UXNxhkDMiWKDlJ0p3MnBG",
      "email": "new2@example.com",
      "passwordHash": "$2b$12$fo5jPUSxV.oPJl1AHuQ6ouxNWptjNYKvbp43fDAOIMCdDE7O3yysy",
      "fullName": "New2 User",
      "businessName": "",
      "businessAddress": "",
      "defaultHourlyRate": 100,
      "currency": "$",
      "createdAt": "2026-07-28T16:55:10.579Z"
    },
    {
      "id": "O4EK--7OPKt-gVU8FY-N-",
      "email": "proxy@example.com",
      "passwordHash": "$2b$12$E36EAuyLyr54wy6O6IzxA.2nefTH8vqOEGwRJWUKASfZEsj4YgZfK",
      "fullName": "Proxy User",
      "businessName": "",
      "businessAddress": "",
      "defaultHourlyRate": 50,
      "currency": "$",
      "createdAt": "2026-07-28T17:01:14.830Z"
    }
  ],
  "passkeys": [],
  "challenges": [],
  "clients": [
    {
      "id": "vSI4TgA6lJnZYObmt4fdl",
      "userId": "rOhgkflKH75AuC2V3P9mU",
      "name": "Acme Corp",
      "email": "billing@acme.com",
      "address": "",
      "defaultHourlyRate": 150,
      "accentColor": "#14532d",
      "archived": false,
      "createdAt": "2026-07-27T18:51:48.579Z"
    }
  ],
  "timeEntries": [
    {
      "id": "eo9ww-uBk1gSZiPycXiRI",
      "userId": "rOhgkflKH75AuC2V3P9mU",
      "clientId": "vSI4TgA6lJnZYObmt4fdl",
      "description": "Initial consultation",
      "startTime": "2026-07-27T09:00:00.000Z",
      "endTime": "2026-07-27T11:30:00.000Z",
      "durationMinutes": 150,
      "hourlyRate": 150,
      "billable": true,
      "status": "invoiced",
      "createdAt": "2026-07-27T18:51:51.849Z",
      "invoiceId": "eUHiYY9IYIg2Q1vpMfgeE"
    }
  ],
  "invoices": [
    {
      "id": "eUHiYY9IYIg2Q1vpMfgeE",
      "userId": "rOhgkflKH75AuC2V3P9mU",
      "clientId": "vSI4TgA6lJnZYObmt4fdl",
      "invoiceNumber": "INV-001",
      "issueDate": "2026-07-27",
      "dueDate": "2026-08-26",
      "status": "draft",
      "lineItems": [
        {
          "id": "eo9ww-uBk1gSZiPycXiRI",
          "description": "Initial consultation",
          "date": "2026-07-27T09:00:00.000Z",
          "hours": 2.5,
          "rate": 150,
          "amount": 375
        }
      ],
      "subtotal": 375,
      "taxRate": 0,
      "taxAmount": 0,
      "discount": 0,
      "total": 375,
      "paidAmount": 0,
      "notes": "",
      "createdAt": "2026-07-27T18:51:55.240Z"
    }
  ]
}