Get Attachments

GET /api/email/getAttachments

Return a list of attached for an email

GET /api/email/getAttachments
curl \
 -X GET http://api.example.com/api/email/getAttachments \
 -H "Authorization: Bearer $ACCESS_TOKEN"