curl --location --request POST '/api/report-tasks/create-direct' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "phishing-ads.net",
"keyword": "quảng cáo lừa đảo",
"proxyUrl": "http://localhost:3005/api/test/proxy",
"profileUrl": "http://localhost:3005/api/test/profile",
"serverId": "1",
"priority": 8,
"profileCountry": "Vietnam",
"domainType": "google_ads",
"imageUrls": [
"https://cdn.example.com/ads-evidence.png"
]
}'{
"success": true,
"message": "Created 3 report tasks for domain malicious-site.com",
"data": {
"taskCount": 3,
"tasks": [
{
"id": "64f1a2b3c4d5e6f7a8b9c0d1",
"platform": "GOOGLE_SAFE_BROWSING",
"status": "PENDING",
"scheduledFor": "2026-03-26T09:00:00.000Z"
}
]
},
"timestamp": "2026-03-26T09:00:00.000Z"
}