Authorization: Bearer ********************
curl --location --request DELETE '/file/permission' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "uris": [ "cloudreve://my/main.c" ] }'
{ "code": 0, "msg": "" }