pub fn hyper_request(
    builder: Builder,
    content: Content<Body>
) -> Result<Request<Body>, ApiError>