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