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