curl --request POST \
--url https://api.qevlar.com/v2/investigations/email \
--header 'Content-Type: application/json' \
--data '
{
"from_email": "jsmith@example.com",
"attachment_download_url": "<string>",
"subject": "Investigation by Qevlar AI",
"reply_to": "jsmith@example.com"
}
'