curl --location --request POST 'https://api.test.payrun.io/Employer//HolidaySchemes' \
--header 'Authorization;' \
--header 'Api-Version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"HolidayScheme": {
"AccrualPayCodes": {
"PayCode": [
"string"
]
},
"AllowNegativeBalance": true,
"AnnualEntitlementWeeks": 0,
"BankHolidayInclusive": true,
"Code": "string",
"EffectiveDate": "2019-08-24",
"MaxCarryOverDays": 0,
"Revision": 0,
"SchemeCeasedDate": "2019-08-24",
"SchemeKey": "string",
"SchemeName": "string",
"YearStartDay": 0,
"YearStartMonth": 0
}
}'