const services = await fetch( `http://localhost:${process.env.PORT || 4300}/services`, { headers: { Authorization: `${process.env.USER_TOKEN}`, }, }, ); console.log(await services.json());