pub async fn reset_password(
env: Environment,
client: (&SmbClient, &str),
token: String,
password: String,
) -> Result<ResetPasswordResponse, ErrorResponse>pub async fn reset_password(
env: Environment,
client: (&SmbClient, &str),
token: String,
password: String,
) -> Result<ResetPasswordResponse, ErrorResponse>