Last updated 6 months ago
The request has been successful
const response = await fetch('/api/widget/v1/parkings', { method: 'GET', headers: {}, }); const data = await response.json();