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