The extra services provided by the parking's operator
Last updated 2 years ago
The resource
The request has been successful
const response = await fetch('/v1/bookings/{booking}/services', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();