curl --request PATCH \
--url https://www.ruddr.io/api/workspace/holiday-schedules/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"isActive": true,
"holidayIds": [
"<string>"
]
}
'