curl --request POST \
--url https://api.series.hr/attendance/add-attendee/{sessionId} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"UserId": "<string>",
"Username": "<string>",
"JoinTime": "2023-11-07T05:31:56Z",
"LeaveTime": "2023-11-07T05:31:56Z"
}
'