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