create_httr2_helper <- function (url, headers, method) {
req <- httr2::request (url)
req <- httr2::req_headers (req, "Authorization" = headers)
req <- httr2::req_method (req, method)
return (req)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.