{
"id": "GSF_ID_REC_CONTROL",
"op": "G6C0S3"
}
curl --location --request POST 'http://192.168.0.168/api/record/control' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_REC_CONTROL",
"op": "G6C0S3"
}'
{
"code": 0,
"data": {}
}