Authorization: Bearer ********************curl --location '/file/manage/addMb' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"manageId": 0,
"fileId": "string",
"type": "string",
"lables": [
{
"params": {
"key": {}
},
"lableId": 0,
"lable": "string",
"deptId": 0
}
]
}'{
"code": 0,
"msg": "",
"data": null
}