fetch('https://online.script-it.gr/seibonline-web/client/vehicle/multi-offer-service/for/goodfairy/calculate/results', { timeout: 30000 }) .then(response => response.json()) .then(data => console.log(data)) .catch(error => console.error(error));
top of page
bottom of page