This is based on the function of the same name in the qualtRics package.
zoom_api_request(
verb = c("GET", "POST"),
url = url,
body = NULL,
as = c("parsed", "raw"),
token,
query_params = query_params,
...
)
Type of request to be sent (@seealso [httr::VERB()])
Zoom endpoint URL created by [generate_url()] functions
arguments passed to httr::content when parsing