pub fn generate_json_patch_did_uri(
    key: &PatchedKeyPair,
    operations: Vec<PatchOperation>
) -> Result<String, Error>