curl --location --request POST '/webhook/report/callback/report' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "string",
"vendor_id": "string",
"result": {
"success": true,
"message": "string",
"vendor_report_id": "string",
"submission_url": "string",
"screenshot_url": "string"
}
}'