curl --location '/api/task/sendToWebhooks' \ --header 'Content-Type: application/json' \ --data '[ { "id": "task_id", "domain": "example.com", "hookUrl": "http://localhost:3000/webhook" } ]'
{}