Check if 31Third is up and running
Last updated 6 months ago
const response = await fetch('/0.1/healthcheck', { method: 'GET', headers: {}, }); const data = await response.json();
text