Activate a watch
A watch can be either active or inactive.
PUT
/_watcher/watch/{watch_id}/_activate
curl \
--request PUT 'http://api.example.com/_watcher/watch/{watch_id}/_activate' \
--header "Authorization: $API_KEY"