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