curl --request GET \
--url https://revive-api-v2-production.herokuapp.com/v1/meetings/ \
--header 'Content-Type: application/json' \
--data '
{
"calendar": "<string>",
"lastname": "<string>",
"timezone": "<string>",
"startTime": 123,
"likelyAvailableUserIds": "<array>",
"upleg": "<unknown>",
"alreadyAssociated": true,
"bookedBy": {},
"isPreestimateMeeting": true
}
'curl --request GET \
--url https://revive-api-v2-production.herokuapp.com/v1/meetings/ \
--header 'Content-Type: application/json' \
--data '
{
"calendar": "<string>",
"lastname": "<string>",
"timezone": "<string>",
"startTime": 123,
"likelyAvailableUserIds": "<array>",
"upleg": "<unknown>",
"alreadyAssociated": true,
"bookedBy": {},
"isPreestimateMeeting": true
}
'