Last updated 1 year ago
const response = await fetch('/v1/public/time', { method: 'GET', headers: {}, }); const data = await response.json();