pub async fn send_request( client: &HttpsClient, request: Request, ) -> Result<impl Buf, Error>
Sends authenticated HTTPs request.