fetch('https://jsonplaceholder.ir/users', {
method: 'GET',
})
.then(response => response.json())
.then(json => console.log(json))
fetch('https://jsonplaceholder.ir/users', {
method: 'GET',
})
.then(response => response.json())
.then(json => console.log(json))