[
    {
        "jobId": "batch_20260313094746_a312a23b_1",
        "email": "user1@example.com",
        "name": "User 1",
        "status": "sent",
        "attempts": 1,
        "nextAttemptAt": 1773395266,
        "lastError": null,
        "sentAt": "2026-03-13T09:48:07+00:00",
        "response": {
            "success": true,
            "message": "Email sent",
            "deliveryStatus": {
                "status": "accepted_by_smtp",
                "attempt": "starttls-2525",
                "provider": "smtp2go",
                "messageId": "<msg_700749bb2b076ef9@mail.smtp2go.com>",
                "delivered": null
            }
        }
    },
    {
        "jobId": "batch_20260313094746_a312a23b_2",
        "email": "user2@example.com",
        "name": "User 2",
        "status": "sent",
        "attempts": 1,
        "nextAttemptAt": 1773395266,
        "lastError": null,
        "sentAt": "2026-03-13T09:48:22+00:00",
        "response": {
            "success": true,
            "message": "Email sent",
            "deliveryStatus": {
                "status": "accepted_by_smtp",
                "attempt": "starttls-2525",
                "provider": "smtp2go",
                "messageId": "<msg_de93eda570e86458@mail.smtp2go.com>",
                "delivered": null
            }
        }
    },
    {
        "jobId": "batch_20260313094746_a312a23b_3",
        "email": "user3@example.com",
        "name": "User 3",
        "status": "sent",
        "attempts": 1,
        "nextAttemptAt": 1773395266,
        "lastError": null,
        "sentAt": "2026-03-13T09:48:38+00:00",
        "response": {
            "success": true,
            "message": "Email sent",
            "deliveryStatus": {
                "status": "accepted_by_smtp",
                "attempt": "starttls-2525",
                "provider": "smtp2go",
                "messageId": "<msg_d5f7f0abe5241335@mail.smtp2go.com>",
                "delivered": null
            }
        }
    }
]