Last updated 1 year ago
Returns the store title
successful operation
const response = await fetch('https://api-a.meroku.store/store/title/', { method: 'GET', headers: {}, }); const data = await response.json();
text