pub async fn post(
url: &str,
query_options: &Vec<(&str, &str)>,
form_options: &Vec<(&str, &str)>,
consumer_key: &str,
consumer_secret: &str,
access_key: &str,
access_secret: &str,
timeout_sec: Option<Duration>,
) -> Result<Response, Error>