curl --location --request POST '/api/report-tasks/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "malicious-site.com",
"keyword": "lừa đảo tài chính",
"proxyUrl": "http://localhost:3005/api/test/proxy",
"profileUrl": "http://localhost:3005/api/test/profile",
"serverId": "1",
"priority": 5,
"platforms": [
"GOOGLE_SAFE_BROWSING",
"PHISHTANK",
"NETCRAFT"
],
"profileCountry": "Vietnam",
"domainType": "normal",
"imageUrls": [
"https://cdn.example.com/evidence1.png"
],
"videoUrls": []
}'{
"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"
},
{
"id": "64f1a2b3c4d5e6f7a8b9c0d2",
"platform": "PHISHTANK",
"status": "PENDING",
"scheduledFor": "2026-03-26T09:00:00.000Z"
},
{
"id": "64f1a2b3c4d5e6f7a8b9c0d3",
"platform": "NETCRAFT",
"status": "PENDING",
"scheduledFor": "2026-03-26T09:00:00.000Z"
}
]
},
"timestamp": "2026-03-26T09:00:00.000Z"
}