Authorization: Bearer ********************{
"uri": "cloudreve://my/Inspirations",
"policy_id": "mqHp"
}curl --location --request PATCH '/file/policy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uri": "cloudreve://my/Inspirations",
"policy_id": "mqHp"
}'{
"code": 0,
"msg": ""
}