curl --request POST \
--url https://backend.codedamn.com/api/public/create-live-event-session \
--header 'Content-Type: application/json' \
--header 'FERMION-API-KEY: <api-key>' \
--data '
{
"data": [
{
"data": {
"estimatedStartAtIso": "2023-11-07T05:31:56Z",
"estimatedEventDurationInMinutes": 15,
"eventTitle": "Untitled event",
"shouldUseDrmForViewer": false,
"shouldAddEveryoneOnStageByDefault": false
}
}
]
}
'