{
"id": 0,
"files": [
"string"
]
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/recordfile/class/add_files' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"files": [
"string"
]
}'
{
"code": 0,
"msg": "string"
}