curl --location --request POST '/api/report-tasks/create-email' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "ransomware-site.com",
"proxyUrl": "http://localhost:3005/api/test/proxy",
"profileUrl": "http://localhost:3005/api/test/profile",
"priority": 7,
"platforms": [
"KASPERSKY",
"BITDEFENDER",
"OPENPHISH",
"GOOGLE_ADS_ABUSE_EMAIL"
]
}'{
"success": true,
"message": "Created 4 email report tasks for domain ransomware-site.com",
"data": {
"taskCount": 4,
"tasks": []
},
"timestamp": "2026-03-26T09:00:00.000Z"
}