fn build_search_request_at( client: &Client, cfg: &JiraConfig, url: &str, jql: &str, start_at: u32, max_results: u32, ) -> Result<Request>