Success
const response = await fetch('/v2/public/{subdomain}/locations', { method: 'GET', headers: {}, }); const data = await response.json();
[]