The sample:
https://api.flypark.io/v1/search/offer?airport=waw&arrival=202204071400&departure=202204131400
Last updated 2 years ago
The resources
const response = await fetch('/v1/search/offer', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();