curl --request POST \
--url 'https://sandbox.rollfi.xyz/adminPortal#addBusinessContractor' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"method": "addBusinessContractor",
"user": {
"companyId": "A141A4B1-C742-4C43-9A45-E8CCC2FD87F7",
"legalName": "Pear Inc",
"firstName": "Meery",
"middleName": "Austin",
"lastName": "Steve",
"email": "pear001@sto.com",
"phoneNumber": "9889890989",
"dateOfJoin": "2000-01-01",
"jobTitle": "Manager",
"companyLocationCategory": "Remote",
"code": "FL"
},
"userWage": {
"differentialPay": "No",
"wageRate": 1110,
"workerType": "W2",
"wageBasis": "Per Week",
"userType": "Salary/Eligible for overtime",
"employmentStatus": "Full Time (30+ Hours per week)",
"userRefTaxExempt": "Yes, as an owner/corporate officer",
"startDate": "2023-02-25",
"paymentMethod": "Check"
},
"kybInformation": {
"ein": "785698565",
"dateOfIncorporation": "2023-02-25"
},
"companyLocation": {
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"phoneNumber": "9889890989"
},
"businessUser": {
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"dateOfBirth": "2000-09-09",
"ownershipPercentage": 28
}
}'