curl --request POST \
--url https://api.series.hr/sessions/create \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"Title": "Training Session",
"Host": "714760171",
"Scheduled": "2023-11-07T05:31:56Z",
"Duration": 123
}
'