Really struggling to get a POST request working to...
# general
c
Really struggling to get a POST request working to create a booking What is the format for POST request bodies to Create a Booking? I tried both request body formats from both of the contradictory Postman collections that are available Nothing seems to work. Here’s what I tried
{
"eventTypeId": 86078,
"startTime": "2022-09-25T08:00:00.000Z",
"endTime": "2022-09-25T08:30:00.000Z",
"title": "Test"
}
a
@Agusti Can you please take a look