Creates a new attendee

POST {{baseUrl}}/attendees

Request Body

{"bookingId"=>1, "name"=>"John Doe", "email"=>"email@example.com", "timeZone"=>"Europe/London"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

""