{
"id": "GSF_ID_CODEC_CRUISEPATH",
"op": "G1C0S2",
"data": {
"count": 1,
"vec": [
{
"num": 1,
"speed": 4,
"duration": 20
}
]
}
}curl --location --request POST 'http://192.168.0.168/api/system/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_CODEC_CRUISEPATH",
"op": "G1C0S2",
"data": {
"count": 1,
"vec": [
{
"num": 1,
"speed": 4,
"duration": 20
}
]
}
}'{
"code": 0,
"data": {}
}