token: ********************
{
"id":"",
"fileName":""
}
curl --location --request POST 'http://127.0.0.1:8091/clean/assess/file/update' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"id":"",
"fileName":""
}'
{
"code": "1",
"msg": "成功",
"data": null
}