pub async fn create_test_user( password: &str, email: bool, clean_up: bool, ) -> Result<(String, String, String, TestUserTimings), String>