curl --request POST \
--url https://api.example.com/api/timeclock/timechecks.validate \
--header 'Content-Type: application/json' \
--data '
{
"id": "872815618512410358",
"resource_id": "872815618512410358",
"in": "2019-11-11T12:34:56",
"out": "2019-11-11T12:34:56",
"remark": "<string>"
}
'