Authorization: Bearer ********************{
"id": "9897ebae-7b73-4169-aabc-6396f470e4bb",
"uri": "cloudreve://my/Inspirations/file.zip"
}curl --location --request DELETE '/file/upload' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "9897ebae-7b73-4169-aabc-6396f470e4bb",
"uri": "cloudreve://my/Inspirations/file.zip"
}'{
"code": 0,
"msg": ""
}