The parkable place
We use the IATA codes for airports.
Last updated 2 years ago
The request has been successful
const response = await fetch('/v1/places', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();