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