Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
curl --location --request PATCH '/api/organizations//time-off-settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"enableManagersToApproveTimeOffRequests": true,
"timeOffMustBeRequestedInAdvance": true,
"timeOffRequestAdvanceDays": 0
}'
{}