pub async fn historical( user_type: &str, username: &str, date: &str, day: &str, month: &str, year: &str, uuid: Option<&str>, ) -> Result<String, Box<dyn Error>>