Start Watcher
Start the session watcher for auto-importing sessions.
Response Body
application/json
curl -X POST "http://127.0.0.1:14242/threads/watcher/start"{
"running": true,
"watched_paths": [
"string"
],
"last_check": 0,
"auto_import_count": 0,
"errors": [
"string"
]
}