curl --request POST \
--url https://suite.sisqualis.com.br/api/timeclock/punch/register/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"event_type": "entrada",
"employee_id": 123,
"snapshot_base64": "<string>"
}
'{
"id": 123,
"employee_id": 123,
"employee_name": "<string>",
"event_type": "<string>",
"occurred_at": "2023-11-07T05:31:56Z",
"occurred_at_brt": "2023-11-07T05:31:56Z",
"recognition_ok": true,
"recognition_distance": 123,
"source": "<string>"
}curl --request POST \
--url https://suite.sisqualis.com.br/api/timeclock/punch/register/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"event_type": "entrada",
"employee_id": 123,
"snapshot_base64": "<string>"
}
'{
"id": 123,
"employee_id": 123,
"employee_name": "<string>",
"event_type": "<string>",
"occurred_at": "2023-11-07T05:31:56Z",
"occurred_at_brt": "2023-11-07T05:31:56Z",
"recognition_ok": true,
"recognition_distance": 123,
"source": "<string>"
}Use: Token <seu_token>