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