GET
/emails/{email_id}/attachments/{attachment_id}
Retrieve Attachment
Download a specific attachment for a sent email.
Download a specific attachment for a sent email.
curl -X GET "http://localhost:8080/v1/emails/em_123/attachments/att_123" \ -H "Authorization: Bearer <API_KEY>"
{
"message": "Attachment not found",
"code": "not_found"
}