Function update_password
pub fn update_password(
client: &Client,
new_password: String,
) -> Result<UpdatePasswordResponse, Error>
pub fn update_password(
client: &Client,
new_password: String,
) -> Result<UpdatePasswordResponse, Error>