Create an RT API URL based on the server URL and any arguments provided
rt_url(..., query_params = NULL, base_url = Sys.getenv("RT_BASE_URL"))
| ... | Parts of the URL to be joined by "/" | 
|---|---|
| query_params | (list) A named list of query parameters where the names
of the list map to the query parameter names and the values of the list map
to the query parameter values. e.g.,  | 
| base_url | (character) The base URL that hosts RT for your organization |