try {
const response = await fetch(URL)
const data = await response.json()
} catch (error) {
console.log('catch', error)
}
try {
const response = await fetch(URL)
const data = await response.json()
} catch (error) {
console.log('catch', error)
}