Last updated 2 years ago
The resource
const response = await fetch('/v1/bookings/{booking}', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();