curl --request POST \
--url https://api.series.hr/attendance/connect-server/{sessionId} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"ServerId": "<string>",
"PlaceId": "<string>",
"GameId": "<string>",
"JobId": "<string>"
}
'