curl --request POST \
--url 'https://sandbox.rollfi.xyz/adminPortal#addUser' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"method": "addUser",
"user": {
"companyId": "64a1e9a5-712d-43ac-92e9-0b81972a960a",
"firstName": "Marcus",
"middleName": "Austin",
"lastName": "Steve",
"email": "mar@sto.com",
"phoneNumber": "9889890989",
"dateOfJoin": "2000-01-01",
"workerType": "W2",
"jobTitle": "Manager",
"companyLocationCategory": "Remote",
"stateCode": "FL",
"companyLocationId": ""
}
}'