curl --request PUT \
--url http://localhost:6699/api/v1/watch-folders/{watch_folder_id} \
--header 'Content-Type: application/json' \
--header 'X-License-Key: <api-key>' \
--data '
{
"enabled": true,
"enable_visual_analysis": true,
"enable_audio_analysis": true,
"enable_face_analysis": true,
"audio_language": "<string>",
"cluster_job_name": "<string>",
"face_eps": 123,
"face_min_samples": 123,
"cache_dir": "<string>"
}
'