Retrieves the list of versions for the file.
const response = await fetch('/v1/cloud-storage/version-list/{id}?workspaceId=text', { method: 'GET', headers: {}, }); const data = await response.json();