pub fn refresh_token_request<ReqUri>(
    uri: ReqUri,
    auth: &ClientAuthentication,
    refresh_token: &str
) -> Result<Request<Vec<u8>>, RequestError>
where ReqUri: TryInto<Uri>,