The result of a permissive MillionSend.Emails.send_batch/3: data holds
the accepted emails (id only) and errors the rejected items by request index.
Summary
Types
@type t() :: %MillionSend.Emails.BatchResponse{ data: [MillionSend.Emails.Email.t()], errors: [MillionSend.BatchError.t()] }