curl --location --request PATCH '/agendas/9e78e4b2-b68f-4063-870a-435f7f602aac/c9786e34-a95b-4104-b04b-54c294fe7467' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"exceptions": {
"2025-08-23": {
"workTime": [
{ "start": "08:00:00", "end": "12:00:00" },
{"start": "13:00:00", "end": "19:00:00" }
],
"slotCapacity": 1
}
}
}'
{}