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