Get Attachments
Return a list of attached for an email
GET
/api/email/getAttachments
curl \
--request GET 'http://api.example.com/api/email/getAttachments' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Return a list of attached for an email
curl \
--request GET 'http://api.example.com/api/email/getAttachments' \
--header "Authorization: Bearer $ACCESS_TOKEN"