fetch('https://api.apikoi.com/v1/Users') .then(response => response.json()) .then(json => console.log(json))
JSON
XML