curl --request POST \
--url https://api.example.com/api/schedule/absences.update \
--header 'Content-Type: application/json' \
--data '
{
"id": "872815618512410358",
"absence_type_id": "872815618512410358",
"percentage": 100,
"time_ranges": [
"12:34:56/PT2H"
],
"options": {
"schedule_on_bank_holidays": true
},
"remark": "<string>"
}
'