curl --location --request POST '/webhook/task/update-status' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "string",
"status": "string",
"result_status": 0,
"ip_public": "string",
"execution_time": 0,
"screenshot_url": "string",
"user_agent": "string"
}'