pub async fn validate_refresh_token( db: &DB, user_id: &str, refresh_token: &str, ) -> Result<(), Box<dyn Error + Send + Sync>>