Get Attachments

GET /api/email/getAttachments

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"