pub async fn patch_user(
configuration: &Configuration,
user_identifier: &str,
user_patch_input: UserPatchInput,
) -> Result<UserModel, Error<PatchUserError>>pub async fn patch_user(
configuration: &Configuration,
user_identifier: &str,
user_patch_input: UserPatchInput,
) -> Result<UserModel, Error<PatchUserError>>