"string"
curl --location --request PUT '/api/v1/file/manage//' \ --header 'Content-Type: application/json' \ --data-raw '"string"'
{ "code": 0, "msg": "ok", "data": true }