Creates a new attendee
POST {{baseUrl}}/attendees
Request Body
{"bookingId"=>1, "name"=>"John Doe", "email"=>"email@example.com", "timeZone"=>"Europe/London"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | 
RESPONSES
status: Created
""