curl --request PUT \
--url https://api.absentify.com/api/v1/workspace \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"name": "<string>",
"global_name_format": "Microsoft_DisplayName",
"privacy_show_calendarview": true,
"privacy_show_otherdepartments": true,
"privacy_show_absences_in_past": true,
"display_logo": "ShowLogoAndName",
"allow_manager_past_request_cancellation": true,
"fiscal_year_start_month": 5
}
'