$fetch.raw(url, {
method: 'GET',
headers: { 'Authorization': 'Bearer ' + token, },
params: requestParams,
}).catch((error) => {
console.log(error)
})
$fetch.raw(url, {
method: 'GET',
headers: { 'Authorization': 'Bearer ' + token, },
params: requestParams,
}).catch((error) => {
console.log(error)
})