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