post

Function post 

Source
pub async fn post(
    url: &str,
    body: String,
    api_key: &str,
) -> Result<Response, Error>