pub async fn request_token( consumer_key: &str, consumer_secret: &str, oauth_callback: &str, x_auth_access_type: Option<&str>, timeout_sec: Option<Duration>, ) -> Result<HashMap<String, String>, Error>