curl --request PATCH \
--url https://api.roostedhr.com/api/1_12/workers/{id}/time-punches/{punch_id} \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"punch_datetime": "2026-03-17 10:30:00",
"erf_id": "<string>"
}
'