Start the watch service
Start the Watcher service if it is not already running.
POST
/_watcher/_start
curl \
--request POST http://api.example.com/_watcher/_start \
--header "Authorization: $API_KEY"
Response examples (200)
{
"acknowledged": true
}