{
"id": "GSF_ID_REC_CFG",
"op": "G1C0S0",
"data": {
"enable": 0,
"mod": 1,
"st": 0,
"max_filesize": 134217728,
"smart_snap": 0,
"smart_pretime": 10,
"smart_posttime": 10
}
}curl --location --request POST 'http://192.168.0.168/api/record/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_REC_CFG",
"op": "G1C0S0",
"data": {
"enable": 0,
"mod": 1,
"st": 0,
"max_filesize": 134217728,
"smart_snap": 0,
"smart_pretime": 10,
"smart_posttime": 10
}
}'{
"code": 0,
"data": {}
}