{
"id": "GSF_ID_CODEC_CRUISE",
"op": "G1C0S0",
"data": {
"enable": 0,
"mode": 0,
"restore_time": 0
}
}curl --location --request POST 'http://192.168.0.168/api/ptz/cruise' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_CODEC_CRUISE",
"op": "G1C0S0",
"data": {
"enable": 0,
"mode": 0,
"restore_time": 0
}
}'{
"code": 0,
"data": {}
}