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