{
"fileList": [
"string"
]
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/bv28181in/record/task/create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileList": [
"string"
]
}'
{
"code": 0,
"msg": "string",
"data": [
{
"id": "string",
"code": 0,
"msg": "string",
"percent": "string"
}
]
}