Redirects to the file.
const response = await fetch('/v1/cloud-storage/redirect/{id}?preview=false&workspaceId=text', { method: 'GET', headers: {}, }); const data = await response.json();