pub async fn reset_user_password(
pool: Data<PgPool>,
payload: Json<ResetPasswordData>,
tmc_client: Data<TmcClient>,
) -> ControllerResult<Json<bool>>pub async fn reset_user_password(
pool: Data<PgPool>,
payload: Json<ResetPasswordData>,
tmc_client: Data<TmcClient>,
) -> ControllerResult<Json<bool>>