Creates a new upload link for the file.
const response = await fetch('/v1/cloud-storage/upload-link', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();