curl --request POST \
--url https://api.morphic.io/api/email-drafts/attachments/upload \
--header 'Content-Type: multipart/form-data' \
--header 'X-API-Key: <api-key>' \
--form file='@example-file'{}Upload an email attachment with a 15-minute TTL.
curl --request POST \
--url https://api.morphic.io/api/email-drafts/attachments/upload \
--header 'Content-Type: multipart/form-data' \
--header 'X-API-Key: <api-key>' \
--form file='@example-file'{}