Function send_post_request

Source
pub fn send_post_request<T: Serialize>(
    client: &Client,
    url: &str,
    session: Option<&str>,
    request: T,
) -> Result<String, ZabbixApiError>