curl --location '/event/v2/create' \
--header 'sid: {{Authorization}}' \
--header 'userid: {{userid}}' \
--header 'SID: ' \
--header 'Cookie: SID={{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"startTime": 1727157129193,
"endTime": 1727158929193,
"producerSettingsDto": {
"replayApp": 0,
"pgmRecording": 1,
"rps": 0,
"outputDelayTime": 0,
"outputDelay": 0,
"delay": 2,
"region": "us-east-1",
"format": "1080I5994",
"elasticIp": "",
"inputSourcesRecord": "",
"audioChannelNum": "8"
},
"inputPreviewSetting": {
"bitrate": "2000K",
"resolution": "1280x720",
"frameRate": "30"
},
"finalPgmPreviewSetting": {
"bitrate": "2000K",
"resolution": "1280x720",
"frameRate": "30"
},
"title": "pp-pgm",
"description": "",
"record": 1,
"eventInputDto": [
{
"purpose": 1,
"type": "pgm"
}
],
"eventOutputDto": [],
"mainWindowType": 1,
"platform": 0,
"rid": "",
"coHost": {
"collaborateUserEmailList": []
},
"partyTitles": [
"123"
]
}'