Downloads a 'quicklook' for a product. If the rstudioapi package is installed,
it will attempt to open the image in the Viewer panel.
Examples
if (interactive()) {
dse_odata_quicklook(
"91822f33-b15c-5b60-aa39-6d9f6f5c773b",
tempfile(fileext = ".jpg"))
}