OK
const response = await fetch('https://cloud-api.calyptia.com/v1/fleets/{fleetID}/config', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
text