curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#BAMBOO_HR_ADJUST_TIME_OFF_BALANCE_FOR_EMPLOYEE' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "BAMBOO_HR_ADJUST_TIME_OFF_BALANCE_FOR_EMPLOYEE",
"parameters": {
"employeeId": "<string>",
"date": "<string>",
"timeOffTypeId": "<string>",
"amount": "<string>",
"note": "<string>"
}
}'