[
  {
    "id": "INB-001",
    "from": "alex@example.com",
    "subject": "Need a password reset",
    "body": "I forgot my password and cannot log in. Please send a reset link."
  },
  {
    "id": "INB-002",
    "from": "blair@example.com",
    "subject": "Invoice charge looks wrong",
    "body": "My credit card was billed twice. Can you check this invoice?"
  },
  {
    "id": "INB-003",
    "from": "casey@example.com",
    "subject": "Tracking for my package",
    "body": "The shipment tracking has not moved. Is the package still at the warehouse?"
  },
  {
    "id": "INB-004",
    "from": "spam@example.net",
    "subject": "Claim your prize now",
    "body": "Click here for a limited offer and one million dollars in crypto."
  },
  {
    "id": "INB-005",
    "from": "drew@example.com",
    "subject": "Account locked",
    "body": "Failed login locked my account. I need help with a password reset."
  },
  {
    "id": "INB-006",
    "from": "erin@example.com",
    "subject": "Refund on subscription",
    "body": "Please look at my billing. I want a refund on the last subscription charge."
  },
  {
    "id": "INB-007",
    "from": "finn@example.com",
    "subject": "Wrong delivery address",
    "body": "Please change the shipping address before this package goes out for delivery."
  },
  {
    "id": "INB-008",
    "from": "bot@example.net",
    "subject": "Prince crypto prize",
    "body": "I am a prince. Click here to claim your prize and send bitcoin."
  }
]
