{
"sn": "string",
"task_id": "string",
"rtmp_input": "string",
"rtmp_output": "string",
"model_path": "string",
"confidence": 0,
"screenshot_interval": 0,
"target_classes": [
"string"
],
"min_target_counts": {
"key": 0
}
}curl --location '/$$/live/streams//closeYolo' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"sn": "string",
"task_id": "string",
"rtmp_input": "string",
"rtmp_output": "string",
"model_path": "string",
"confidence": 0,
"screenshot_interval": 0,
"target_classes": [
"string"
],
"min_target_counts": {
"key": 0
}
}'{
"code": 0,
"message": "",
"data": {}
}