{
  "accounts": [
    {
      "accountId": "acct_1",
      "displayName": "Primary Account",
      "email": "sample-user-1@example.test",
      "familyName": "Account",
      "givenName": "Primary",
      "id": 1,
      "primary": true,
      "timezone": "America/Denver"
    },
    {
      "accountId": "acct_2",
      "displayName": "Secondary Account",
      "email": "sample-user-2@example.test",
      "familyName": "Account",
      "givenName": "Secondary",
      "id": 2,
      "primary": false,
      "timezone": "America/Denver"
    }
  ],
  "calendarAclRules": [
    {
      "accountEmail": "sample-user-1@example.test",
      "calendarId": "primary",
      "id": 24,
      "role": "owner",
      "ruleId": "user:sample-user-1@example.test",
      "scopeType": "user",
      "scopeValue": "sample-user-1@example.test"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "calendarId": "primary",
      "id": 25,
      "role": "reader",
      "ruleId": "domain:local.invalid",
      "scopeType": "domain",
      "scopeValue": "local.invalid"
    }
  ],
  "calendarEvents": [
    {
      "accountEmail": "sample-user-1@example.test",
      "attendeeEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "calendarId": "primary",
      "conferenceUrl": null,
      "createdAt": "2026-03-28T12:00:00.000Z",
      "description": "Review priorities and unblock shared work.",
      "end": "2026-03-29T16:00:00.000Z",
      "eventId": "evt_planning",
      "extendedPropertiesShared": {
        "goo.createdByAvailId": "assistant-baseline-avail",
        "goo.createdBySet": "assistant-baseline"
      },
      "id": 1,
      "location": "Conference Room A",
      "organizerEmail": "sample-user-1@example.test",
      "start": "2026-03-29T15:00:00.000Z",
      "status": "confirmed",
      "summary": "Planning session",
      "updatedAt": "2026-03-28T12:00:00.000Z",
      "visibility": "default"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "attendeeEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test",
        "sample-user-3@example.test"
      ],
      "calendarId": "primary",
      "conferenceUrl": null,
      "createdAt": "2026-03-28T12:30:00.000Z",
      "description": "Walk through the shared docs and feedback.",
      "end": "2026-03-29T17:30:00.000Z",
      "eventId": "evt_design_review",
      "extendedPropertiesShared": {
        "goo.createdBySet": "assistant-baseline",
        "goo.eventType": "review"
      },
      "id": 2,
      "location": "Conference Room B",
      "organizerEmail": "sample-user-1@example.test",
      "start": "2026-03-29T17:00:00.000Z",
      "status": "tentative",
      "summary": "Design review",
      "updatedAt": "2026-03-28T12:30:00.000Z",
      "visibility": "default"
    },
    {
      "accountEmail": "sample-user-2@example.test",
      "attendeeEmails": [
        "sample-user-2@example.test",
        "sample-user-1@example.test"
      ],
      "calendarId": "other-primary",
      "conferenceUrl": null,
      "createdAt": "2026-03-28T13:00:00.000Z",
      "description": "Keep the collaborator mailbox and calendar aligned.",
      "end": "2026-03-29T18:30:00.000Z",
      "eventId": "evt_secondary_sync",
      "extendedPropertiesShared": {
        "goo.createdBySet": "assistant-baseline",
        "goo.owner": "sample-user-2@example.test"
      },
      "id": 3,
      "location": "Zoom",
      "organizerEmail": "sample-user-2@example.test",
      "start": "2026-03-29T18:00:00.000Z",
      "status": "confirmed",
      "summary": "Secondary account sync",
      "updatedAt": "2026-03-28T13:00:00.000Z",
      "visibility": "default"
    }
  ],
  "calendars": [
    {
      "accessRole": "owner",
      "accountEmail": "sample-user-1@example.test",
      "calendarId": "primary",
      "defaultReminders": [
        {
          "method": "popup",
          "minutes": 10
        }
      ],
      "description": "Primary calendar",
      "id": 1,
      "primary": true,
      "summary": "Primary Account",
      "timezone": "America/Denver"
    },
    {
      "accessRole": "owner",
      "accountEmail": "sample-user-2@example.test",
      "calendarId": "other-primary",
      "defaultReminders": [
        {
          "method": "popup",
          "minutes": 10
        }
      ],
      "description": "Secondary calendar",
      "id": 2,
      "primary": true,
      "summary": "Secondary Account",
      "timezone": "America/Denver"
    }
  ],
  "contactGroups": [
    {
      "accountEmail": "sample-user-1@example.test",
      "formattedName": "Starred",
      "groupId": "contactGroup_starred",
      "groupType": "SYSTEM_CONTACT_GROUP",
      "id": 26,
      "memberContactIds": [],
      "name": "starred"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "formattedName": "Friends",
      "groupId": "contactGroup_friends",
      "groupType": "SYSTEM_CONTACT_GROUP",
      "id": 27,
      "memberContactIds": [],
      "name": "friends"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "formattedName": "Family",
      "groupId": "contactGroup_family",
      "groupType": "SYSTEM_CONTACT_GROUP",
      "id": 28,
      "memberContactIds": [],
      "name": "family"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "formattedName": "Coworkers",
      "groupId": "contactGroup_coworkers",
      "groupType": "SYSTEM_CONTACT_GROUP",
      "id": 29,
      "memberContactIds": [],
      "name": "coworkers"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "formattedName": "My Contacts",
      "groupId": "contactGroup_myContacts",
      "groupType": "SYSTEM_CONTACT_GROUP",
      "id": 30,
      "memberContactIds": [],
      "name": "myContacts"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "formattedName": "Chat Contacts",
      "groupId": "contactGroup_chatBuddies",
      "groupType": "SYSTEM_CONTACT_GROUP",
      "id": 31,
      "memberContactIds": [],
      "name": "chatBuddies"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "formattedName": "All Contacts",
      "groupId": "contactGroup_all",
      "groupType": "SYSTEM_CONTACT_GROUP",
      "id": 32,
      "memberContactIds": [],
      "name": "all"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "formattedName": "Blocked",
      "groupId": "contactGroup_blocked",
      "groupType": "SYSTEM_CONTACT_GROUP",
      "id": 33,
      "memberContactIds": [],
      "name": "blocked"
    }
  ],
  "contacts": [
    {
      "accountEmail": "sample-user-1@example.test",
      "contactId": "people/canonical-sam-parker",
      "displayName": "Sam Parker",
      "emails": [
        "sample-user-6@example.test"
      ],
      "familyName": "Parker",
      "givenName": "Sam",
      "id": 1,
      "notes": null,
      "organization": null,
      "phoneNumbers": []
    },
    {
      "accountEmail": "sample-user-2@example.test",
      "contactId": "people/sam-partner",
      "displayName": "Sam Partner",
      "emails": [
        "sample-user-7@example.test"
      ],
      "familyName": "Partner",
      "givenName": "Sam",
      "id": 2,
      "notes": "Shared planning contact.",
      "organization": "Acme Labs",
      "phoneNumbers": [
        "+1-303-555-0199"
      ]
    },
    {
      "accountEmail": "sample-user-2@example.test",
      "contactId": "people/primary-account",
      "displayName": "Primary Account",
      "emails": [
        "sample-user-1@example.test"
      ],
      "familyName": "Account",
      "givenName": "Primary",
      "id": 3,
      "notes": "Copied into the collaborator mailbox.",
      "organization": "Archal",
      "phoneNumbers": []
    }
  ],
  "driveFiles": [
    {
      "accountEmail": "sample-user-1@example.test",
      "contentText": "Quarterly planning notes and action items.",
      "createdAt": "2026-03-28T12:00:00.000Z",
      "fileId": "file_1",
      "id": 1,
      "mimeType": "application/vnd.google-apps.document",
      "name": "Quarterly Notes",
      "ownerEmail": "sample-user-1@example.test",
      "parentId": null,
      "shared": true,
      "trashed": false,
      "updatedAt": "2026-03-28T12:00:00.000Z"
    }
  ],
  "drivePermissions": [
    {
      "allowFileDiscovery": false,
      "domain": null,
      "emailAddress": "sample-user-2@example.test",
      "fileId": "file_1",
      "id": 1,
      "permissionId": "perm_1",
      "role": "reader",
      "type": "user"
    }
  ],
  "gmailAttachments": [
    {
      "accountEmail": "sample-user-1@example.test",
      "attachmentId": "att_1",
      "data": "QXJjaGFsIHBsYW5uaW5nIGFnZW5kYSB2MQ",
      "deletedAt": null,
      "filename": "draft-agenda.txt",
      "id": 1,
      "messageId": "msg_planning_1",
      "mimeType": "text/plain",
      "partId": "1",
      "size": 25,
      "threadId": "thread_planning"
    }
  ],
  "gmailDrafts": [
    {
      "accountEmail": "sample-user-1@example.test",
      "deletedAt": null,
      "draftId": "draft_1",
      "id": 1,
      "messageId": "draftmsg_1",
      "sentAt": null,
      "threadId": "thread_planning"
    }
  ],
  "gmailHistory": [],
  "gmailMessages": [
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": "<p>Welcome to your workspace. I've shared the starter docs and calendar.</p>",
      "bodyText": "Welcome to your workspace. I've shared the starter docs and calendar.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "1001",
      "id": 1,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_welcome_1",
      "receivedAt": "2026-03-28T16:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-28T16:00:00.000Z",
      "snippet": "Welcome to your workspace",
      "subject": "Welcome to your workspace",
      "threadId": "thread_welcome",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "Thanks, I'm in. I'll review the starter docs today.",
      "cc": [],
      "from": "sample-user-2@example.test",
      "historyId": "1002",
      "id": 2,
      "inReplyTo": "msg_welcome_1",
      "labelIds": [
        "INBOX",
        "UNREAD"
      ],
      "messageId": "msg_welcome_2",
      "receivedAt": "2026-03-28T17:00:00.000Z",
      "references": [
        "msg_welcome_1"
      ],
      "sentAt": "2026-03-28T17:00:00.000Z",
      "snippet": "Thanks, I'm in.",
      "subject": "Welcome to your workspace",
      "threadId": "thread_welcome",
      "to": [
        "sample-user-1@example.test"
      ],
      "unread": true
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "Attached is the draft agenda for tomorrow's planning review.",
      "cc": [],
      "from": "sample-user-2@example.test",
      "historyId": "1003",
      "id": 3,
      "inReplyTo": null,
      "labelIds": [
        "INBOX",
        "UNREAD"
      ],
      "messageId": "msg_planning_1",
      "receivedAt": "2026-03-28T18:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-28T18:00:00.000Z",
      "snippet": "Attached is the draft agenda.",
      "subject": "Quarterly planning",
      "threadId": "thread_planning",
      "to": [
        "sample-user-1@example.test"
      ],
      "unread": true
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": "<p>Here is the revised agenda with the budget review moved to Thursday.</p>",
      "bodyText": "Here is the revised agenda with the budget review moved to Thursday.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "1004",
      "id": 4,
      "inReplyTo": "msg_planning_1",
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_planning_2",
      "receivedAt": "2026-03-28T18:30:00.000Z",
      "references": [
        "msg_planning_1"
      ],
      "sentAt": "2026-03-28T18:30:00.000Z",
      "snippet": "Here is the revised agenda.",
      "subject": "Quarterly planning",
      "threadId": "thread_planning",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "Draft agenda for review. Please confirm the timeline.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "1005",
      "id": 5,
      "inReplyTo": "msg_planning_1",
      "labelIds": [
        "DRAFT"
      ],
      "messageId": "draftmsg_1",
      "receivedAt": null,
      "references": [
        "msg_planning_1"
      ],
      "sentAt": null,
      "snippet": "Draft agenda for review.",
      "subject": "Quarterly planning",
      "threadId": "thread_planning",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 1.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2000",
      "id": 6,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_01",
      "receivedAt": "2026-03-10T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-10T10:00:00.000Z",
      "snippet": "Sent message 1 body",
      "subject": "Sent message 1",
      "threadId": "thread_bulk_sent_01",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 2.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2001",
      "id": 7,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_02",
      "receivedAt": "2026-03-11T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-11T10:00:00.000Z",
      "snippet": "Sent message 2 body",
      "subject": "Sent message 2",
      "threadId": "thread_bulk_sent_02",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 3.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2002",
      "id": 8,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_03",
      "receivedAt": "2026-03-12T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-12T10:00:00.000Z",
      "snippet": "Sent message 3 body",
      "subject": "Sent message 3",
      "threadId": "thread_bulk_sent_03",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 4.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2003",
      "id": 9,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_04",
      "receivedAt": "2026-03-13T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-13T10:00:00.000Z",
      "snippet": "Sent message 4 body",
      "subject": "Sent message 4",
      "threadId": "thread_bulk_sent_04",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 5.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2004",
      "id": 10,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_05",
      "receivedAt": "2026-03-14T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-14T10:00:00.000Z",
      "snippet": "Sent message 5 body",
      "subject": "Sent message 5",
      "threadId": "thread_bulk_sent_05",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 6.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2005",
      "id": 11,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_06",
      "receivedAt": "2026-03-15T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-15T10:00:00.000Z",
      "snippet": "Sent message 6 body",
      "subject": "Sent message 6",
      "threadId": "thread_bulk_sent_06",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 7.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2006",
      "id": 12,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_07",
      "receivedAt": "2026-03-16T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-16T10:00:00.000Z",
      "snippet": "Sent message 7 body",
      "subject": "Sent message 7",
      "threadId": "thread_bulk_sent_07",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 8.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2007",
      "id": 13,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_08",
      "receivedAt": "2026-03-17T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-17T10:00:00.000Z",
      "snippet": "Sent message 8 body",
      "subject": "Sent message 8",
      "threadId": "thread_bulk_sent_08",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 9.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2008",
      "id": 14,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_09",
      "receivedAt": "2026-03-18T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-18T10:00:00.000Z",
      "snippet": "Sent message 9 body",
      "subject": "Sent message 9",
      "threadId": "thread_bulk_sent_09",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 10.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2009",
      "id": 15,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_10",
      "receivedAt": "2026-03-19T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-19T10:00:00.000Z",
      "snippet": "Sent message 10 body",
      "subject": "Sent message 10",
      "threadId": "thread_bulk_sent_10",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 11.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2010",
      "id": 16,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_11",
      "receivedAt": "2026-03-20T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-20T10:00:00.000Z",
      "snippet": "Sent message 11 body",
      "subject": "Sent message 11",
      "threadId": "thread_bulk_sent_11",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 12.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2011",
      "id": 17,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_12",
      "receivedAt": "2026-03-21T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-21T10:00:00.000Z",
      "snippet": "Sent message 12 body",
      "subject": "Sent message 12",
      "threadId": "thread_bulk_sent_12",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 13.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2012",
      "id": 18,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_13",
      "receivedAt": "2026-03-22T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-22T10:00:00.000Z",
      "snippet": "Sent message 13 body",
      "subject": "Sent message 13",
      "threadId": "thread_bulk_sent_13",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 14.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2013",
      "id": 19,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_14",
      "receivedAt": "2026-03-23T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-23T10:00:00.000Z",
      "snippet": "Sent message 14 body",
      "subject": "Sent message 14",
      "threadId": "thread_bulk_sent_14",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 15.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2014",
      "id": 20,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_15",
      "receivedAt": "2026-03-24T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-24T10:00:00.000Z",
      "snippet": "Sent message 15 body",
      "subject": "Sent message 15",
      "threadId": "thread_bulk_sent_15",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 16.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2015",
      "id": 21,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_16",
      "receivedAt": "2026-03-25T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-25T10:00:00.000Z",
      "snippet": "Sent message 16 body",
      "subject": "Sent message 16",
      "threadId": "thread_bulk_sent_16",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 17.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2016",
      "id": 22,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_17",
      "receivedAt": "2026-03-26T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-26T10:00:00.000Z",
      "snippet": "Sent message 17 body",
      "subject": "Sent message 17",
      "threadId": "thread_bulk_sent_17",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "bcc": [],
      "bodyHtml": null,
      "bodyText": "This is sent message 18.",
      "cc": [],
      "from": "sample-user-1@example.test",
      "historyId": "2017",
      "id": 23,
      "inReplyTo": null,
      "labelIds": [
        "SENT"
      ],
      "messageId": "msg_bulk_sent_18",
      "receivedAt": "2026-03-27T10:00:00.000Z",
      "references": [],
      "sentAt": "2026-03-27T10:00:00.000Z",
      "snippet": "Sent message 18 body",
      "subject": "Sent message 18",
      "threadId": "thread_bulk_sent_18",
      "to": [
        "sample-user-2@example.test"
      ],
      "unread": false
    }
  ],
  "gmailThreads": [
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 1,
      "lastMessageAt": "2026-03-28T17:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Thanks, I'm in.",
      "subject": "Welcome to your workspace",
      "threadId": "thread_welcome"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 2,
      "lastMessageAt": "2026-03-28T18:30:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Here is the revised agenda.",
      "subject": "Quarterly planning",
      "threadId": "thread_planning"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 3,
      "lastMessageAt": "2026-03-10T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 1 body",
      "subject": "Sent message 1",
      "threadId": "thread_bulk_sent_01"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 4,
      "lastMessageAt": "2026-03-11T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 2 body",
      "subject": "Sent message 2",
      "threadId": "thread_bulk_sent_02"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 5,
      "lastMessageAt": "2026-03-12T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 3 body",
      "subject": "Sent message 3",
      "threadId": "thread_bulk_sent_03"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 6,
      "lastMessageAt": "2026-03-13T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 4 body",
      "subject": "Sent message 4",
      "threadId": "thread_bulk_sent_04"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 7,
      "lastMessageAt": "2026-03-14T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 5 body",
      "subject": "Sent message 5",
      "threadId": "thread_bulk_sent_05"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 8,
      "lastMessageAt": "2026-03-15T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 6 body",
      "subject": "Sent message 6",
      "threadId": "thread_bulk_sent_06"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 9,
      "lastMessageAt": "2026-03-16T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 7 body",
      "subject": "Sent message 7",
      "threadId": "thread_bulk_sent_07"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 10,
      "lastMessageAt": "2026-03-17T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 8 body",
      "subject": "Sent message 8",
      "threadId": "thread_bulk_sent_08"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 11,
      "lastMessageAt": "2026-03-18T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 9 body",
      "subject": "Sent message 9",
      "threadId": "thread_bulk_sent_09"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 12,
      "lastMessageAt": "2026-03-19T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 10 body",
      "subject": "Sent message 10",
      "threadId": "thread_bulk_sent_10"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 13,
      "lastMessageAt": "2026-03-20T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 11 body",
      "subject": "Sent message 11",
      "threadId": "thread_bulk_sent_11"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 14,
      "lastMessageAt": "2026-03-21T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 12 body",
      "subject": "Sent message 12",
      "threadId": "thread_bulk_sent_12"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 15,
      "lastMessageAt": "2026-03-22T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 13 body",
      "subject": "Sent message 13",
      "threadId": "thread_bulk_sent_13"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 16,
      "lastMessageAt": "2026-03-23T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 14 body",
      "subject": "Sent message 14",
      "threadId": "thread_bulk_sent_14"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 17,
      "lastMessageAt": "2026-03-24T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 15 body",
      "subject": "Sent message 15",
      "threadId": "thread_bulk_sent_15"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 18,
      "lastMessageAt": "2026-03-25T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 16 body",
      "subject": "Sent message 16",
      "threadId": "thread_bulk_sent_16"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 19,
      "lastMessageAt": "2026-03-26T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 17 body",
      "subject": "Sent message 17",
      "threadId": "thread_bulk_sent_17"
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "id": 20,
      "lastMessageAt": "2026-03-27T10:00:00.000Z",
      "participantEmails": [
        "sample-user-1@example.test",
        "sample-user-2@example.test"
      ],
      "snippet": "Sent message 18 body",
      "subject": "Sent message 18",
      "threadId": "thread_bulk_sent_18"
    }
  ],
  "googleAuthTokens": [
    {
      "accessToken": "sample-redacted-66a036207d05",
      "accountEmail": "sample-user-1@example.test",
      "expiresAt": "2099-01-01T00:00:00.000Z",
      "id": 1,
      "refreshToken": "sample-redacted-7cd12c29c1a0",
      "scopes": [
        "https://www.googleapis.com/auth/gmail.readonly",
        "https://www.googleapis.com/auth/gmail.compose",
        "https://www.googleapis.com/auth/gmail.send",
        "https://www.googleapis.com/auth/calendar",
        "https://www.googleapis.com/auth/drive.readonly",
        "https://www.googleapis.com/auth/contacts.readonly"
      ],
      "status": "valid",
      "tokenId": "oauth_primary_1"
    },
    {
      "accessToken": "sample-redacted-09b8e2bb454a",
      "accountEmail": "sample-user-2@example.test",
      "expiresAt": "2099-01-01T00:00:00.000Z",
      "id": 2,
      "refreshToken": "sample-redacted-5c8910a9ff91",
      "scopes": [
        "https://www.googleapis.com/auth/gmail.readonly",
        "https://www.googleapis.com/auth/gmail.compose",
        "https://www.googleapis.com/auth/gmail.send",
        "https://www.googleapis.com/auth/calendar",
        "https://www.googleapis.com/auth/drive.readonly",
        "https://www.googleapis.com/auth/contacts.readonly"
      ],
      "status": "valid",
      "tokenId": "oauth_secondary_1"
    }
  ],
  "sharedDrives": [
    {
      "accountEmail": "sample-user-1@example.test",
      "backgroundImageUrl": "",
      "colorRgb": "",
      "driveId": "0ABlC63twx6_tUk9PVA",
      "hidden": false,
      "id": 1,
      "name": "Archal Fidelity Shared Drive mo0ek7nl-__ARCHAL_QC_CHAIN__",
      "themeId": ""
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "backgroundImageUrl": "",
      "colorRgb": "",
      "driveId": "0ADbc_FGUSwnIUk9PVA",
      "hidden": false,
      "id": 2,
      "name": "Archal Fidelity Shared Drive mo0em1wl-__ARCHAL_QC_CHAIN__",
      "themeId": ""
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "backgroundImageUrl": "",
      "colorRgb": "",
      "driveId": "0AL14JPc8Xn4yUk9PVA",
      "hidden": false,
      "id": 3,
      "name": "Archal Fidelity Shared Drive mo0er5x6-__ARCHAL_QC_CHAIN__",
      "themeId": ""
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "backgroundImageUrl": "",
      "colorRgb": "",
      "driveId": "0AEmOIWuFgRY1Uk9PVA",
      "hidden": false,
      "id": 4,
      "name": "Archal Fidelity Shared Drive mo0eto3k-__ARCHAL_QC_CHAIN__",
      "themeId": ""
    },
    {
      "accountEmail": "sample-user-1@example.test",
      "backgroundImageUrl": "",
      "colorRgb": "",
      "driveId": "0AD2MGL6mL_UDUk9PVA",
      "hidden": false,
      "id": 5,
      "name": "Archal Fidelity Shared Drive mo0exutz-__ARCHAL_QC_CHAIN__",
      "themeId": ""
    }
  ],
  "spreadsheets": [
    {
      "driveFileId": "file_1",
      "id": 1,
      "ownerEmail": "sample-user-1@example.test",
      "spreadsheetId": "sheetdoc_1",
      "title": "Contacts"
    }
  ],
  "spreadsheetSheets": [
    {
      "columnCount": 2,
      "id": 1,
      "rowCount": 3,
      "sheetId": "tab_contacts",
      "spreadsheetId": "sheetdoc_1",
      "title": "Sheet1",
      "values": [
        [
          "name",
          "email"
        ],
        [
          "Alex",
          "sample-user-4@example.test"
        ],
        [
          "Casey",
          "sample-user-5@example.test"
        ]
      ]
    }
  ]
}
