curl --request POST \
--url https://api.example.com/api/v1/accounts/{accountId}/ai/scrape-from-email \
--header 'Content-Type: multipart/form-data' \
--form email='@example-file'{
"result": {}
}Extracts content from an email file
curl --request POST \
--url https://api.example.com/api/v1/accounts/{accountId}/ai/scrape-from-email \
--header 'Content-Type: multipart/form-data' \
--form email='@example-file'{
"result": {}
}