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