Need help with an example wix-fetch from wixapis

Hi, I want to be able to call the HTTP endpoints from this documentation: https://dev.wix.com/api/rest/wix-bookings/services/service/service-object

I want to be able to POST, UPDATE, PUT, and GET Bookings Service HTTP endpoints specifically, but I am not sure what this would look like using wix-fetch.

What endpoint parameter do we input into fetch?
Is it something like this:

fetch("https://www.wixapis.com/bookings/v1/services",{"method":"get"})