curl --request POST \
--url https://api.browse.ai/v2/robots/{robotId}/monitors \
--header 'Authorization: Bearer YOUR_SECRET_API_KEY' \
--data '{"name":"Monitor products","inputParameters":{"originUrl":"https://www.espressozone.com/espresso-machines/semi-automatic-espresso-machines"},"schedule":"FREQ=HOURLY;INTERVAL=1;BYWEEKDAY=MO,TU,WE,TH,FR","notifyOnCapturedScreenshotChange":true,"notifyOnCapturedTextChange":true,"capturedScreenshotNotificationThreshold":15}'
{
"statusCode": 200,
"messageCode": "success",
"webhook": {
"id": "6d7f1218-43fb-4735-ac71-21e81b1ab23e",
"url": "https://example.com/v2/webhooks/callback/events",
"webhookEvent": "taskCapturedDataChanged",
"createdAt": 1678795867879
}
}