/// A reusable client for interacting with the Lob API.
////// Created via the [`LobClient::builder`] Method
#[derive(Clone, Debug)]pubstructLobClient<'a, 'b>{client:reqwest::Client,
api_key:&'astr,
base_url:&'bstr,
}modbuild_url;modbuilder;modcreate_postcard;