curl --location --request PUT '/api/report-tasks//status' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "COMPLETED",
"result": {
"success": true,
"message": "Report submitted successfully",
"platform": "GOOGLE_SAFE_BROWSING",
"reportType": "BROWSER_BASED",
"submittedAt": "2026-03-26T09:05:00.000Z",
"url": "https://safebrowsing.google.com/safebrowsing/report_phish/",
"responseTime": 2500,
"executionTime": 45000,
"screenshotUrl": "https://cdn.example.com/screenshots/report-001.png"
}
}'