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