curl --request POST \
--url https://api.decodahealth.com/comms/email/send \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--header 'TENANT: <tenant>' \
--form 'patient_id=<string>' \
--form 'body=<string>' \
--form 'subject=<string>' \
--form html=false \
--form 'attachments=<string>' \
--form attachments.0.items='@example-file'