curl --request POST \
--url 'https://sandbox.rollfi.xyz/payroll#removeUsersFromSupplementalPayPeriod' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "removeUsersFromSupplementalPayPeriod",
"companyId": "C8D57032-BF6F-4510-AA41-08A358365531",
"payPeriodId": "4083B766-8F3A-4A23-ABB7-FB67FA1F97D3",
"payrollLineItems": [
{
"userId": "7DDB8A83-29D5-4454-9467-53CC80307139",
"reason": ""
}
]
}
'