1 2 3 4 5
pub struct ZrsClientConfig<'a>{ pub api_key: Option<&'a str>, pub access_token: Option<&'a str>, pub base_url: Option<String> }