Last updated 23 days ago
const response = await fetch('/eas/{fileId}', { method: 'X-PATH', headers: {}, }); const data = await response.json();