Authorization: Bearer ********************
{ "title": "string", "description": "string", "location": "string", "startTime": "2019-08-24T14:15:22.123Z", "endTime": "2019-08-24T14:15:22.123Z" }
curl --location --request PUT 'https://api.pitside.app/calendar/event/' \ --header 'activeTeamId;' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "title": "string", "description": "string", "location": "string", "startTime": "2019-08-24T14:15:22.123Z", "endTime": "2019-08-24T14:15:22.123Z" }'
{}