Completes the file upload process.
const response = await fetch('/v1/cloud-storage/upload-complete/{id}', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();