Creates a new booking
POST {{baseUrl}}/bookings
Request Body
{"responses"=>{"email"=>"{{$randomExampleEmail}}", "name"=>"{{$randomFullName}}", "notes"=>"{{$randomCatchPhrase}}", "guests"=>[], "phone"=>"{{$randomPhoneNumber}}"}, "start"=>"{{start}}", "eventTypeId"=>6, "timeZone"=>"America/Mazatlan", "language"=>"en", "location"=>"", "metadata"=>{}, "hasHashedBookingLink"=>false, "hashedLink"=>nil}
RESPONSES
status: OK
{"id":27,"uid":"gt87q8CEyQSG4Tmwx417fL","userId":4,"eventTypeId":null,"title":"Dynamic Collective 60min Event","description":"testing","customInputs":{},"responses":{"name":"attendee","email":"attendee@example.com","notes":"testing","location":{"value":"integrations:daily","optionValue":""}},"startTime":"2023-07-20T12:00:00.000Z","endTime":"2023-07-20T13:00:00.000Z","location":"integrations:daily","createdAt":"2023-07-05T20:09:28.958Z","updatedAt":null,"status":"ACCEPTED","paid":false,"destinationCalendarId":null,"cancellationReason":null,"rejectionReason":null,"dynamicEventSlugRef":"60","dynamicGroupSlugRef":"pro+free","rescheduled":null,"fromReschedule":null,"recurringEventId":null,"smsReminderNumber":null,"scheduledJobs":[],"metadata":{},"isRecorded":false,"user":{"email":"pro@example.com","name":"Pro Example","timeZone":"Europe/London"},"attendees":[{"id":29,"email":"attendee@example.com","name":"attendee","timeZone":"America/Mazatlan","locale":"en","bookingId":27},{"id":30,"email":"free@example.com","name":"Free Example","timeZone":"Europe/London","locale":"en","bookingId":27}],"payment":[],"references":[]}