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