Slide speed is auto-set to transition every 9 seconds, if you need additional time to review the slide, use the Pause button in the upper left of the presentation.
const options = { method: 'POST', headers: { accept: 'application/json' } }; fetch('https://api.leadmagic.io/credits', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));