curl --location --request POST '/api/report-tasks/create-direct' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "fake-bankxyz.com",
"proxyUrl": "http://api.traffic.com/proxy/clean",
"profileUrl": "http://api.traffic.com/profile/random",
"serverId": "worker_ny_1",
"priority": 10,
"platforms": [
"SPAMHAUS_REPORT",
"GOOGLE_SAFE_BROWSING",
"MCAFEE_WEB_ADVISOR"
],
"keyword": "Lừa đảo chiếm đoạt tài sản ngân hàng",
"profileCountry": "Vietnam",
"domainType": "normal"
}'{
"success": true
}