curl --location --request POST '/api/report-tasks/create-email' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "scamsite.net",
"proxyUrl": "http://api.traffic.com/proxy",
"profileUrl": "http://api.traffic.com/profile",
"priority": 8,
"platforms": [
"KASPERSKY_EMAIL",
"ESET_EMAIL"
]
}'{
"success": true
}