{
"rtspUrl": "string",
"sn": "string",
"port": 0,
"channel": 0,
"pan": 0,
"tilt": 0,
"zoom": 0,
"type": 0,
"onePushFouc": true,
"status": 0
}curl --location '/manage/api/v1/camera/autoFocus' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"rtspUrl": "string",
"sn": "string",
"port": 0,
"channel": 0,
"pan": 0,
"tilt": 0,
"zoom": 0,
"type": 0,
"onePushFouc": true,
"status": 0
}'{
"code": 0,
"message": "",
"data": ""
}