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