Booking a service via API independent of staff
Via interface I fetch the availability and can book regardless of which specific staff is doing the meeting. Via the app I am forced to provide an id. Which I do not want to, I just want to set a meeting for a service, and which staff is doing is not important. That is the case for both endpoints, fetching availability or creating a booking.
I want to know if there is a way to do that via API.