pub async fn access_token(
consumer_key: &str,
consumer_secret: &str,
oauth_token: &str,
oauth_token_secret: &str,
oauth_verifier: &str,
timeout_sec: Option<Duration>,
base_url: Option<&str>,
) -> Result<HashMap<String, String>, Error>