curl --request POST \
--url 'https://sandbox.rollfi.xyz/adminPortal#addUserWage' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "addUserWage",
"addUserWage": {
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"wageRate": 39,
"workerType": "W2",
"wageBasis": "Per Week",
"userType": "Commission only/Eliglble for overtime",
"employmentStatus": "Part Time (0-19 Hours per week)",
"userRefTaxExempt": "No, this employee is not tax exempt",
"paymentMethod": "Direct Deposit",
"differentialPay": "Yes/No",
"startDate": "<string>"
}
}
'