curl --request PATCH \
--url https://api.browse.ai/v2/robots/{robotId}/monitors/{monitorId} \
--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":false,"notifyOnCapturedTextChange":true,"capturedScreenshotNotificationThreshold":16}'
{
"statusCode": 200,
"messageCode": "success",
"cookies": [
{
"name": "ACCOUNT_CHOOSER",
"value": 12341234,
"domain": ".example.com",
"expirationDate": 1723659417,
"path": "/products/",
"secure": true,
"httpOnly": true,
"hostOnly": true
}
]
}