pub async fn create_user(
session: &mut PandoraSession,
username: &str,
password: &str,
gender: UserGender,
birth_year: u32,
zip_code: &str,
country_code: &str,
) -> Result<CreateUserResponse, Error>Expand description
Convenience function to do a basic emailPassword call.