Returns the thumbnail image for the file.
const response = await fetch('/v1/cloud-storage/thumbnail/{id}', { method: 'GET', headers: {}, }); const data = await response.json();