curl --request POST \
--url 'https://sandbox.rollfi.xyz/stateRegistration#addStateRegistrationForTexas' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "addStateRegistration",
"companyId": "962D5035-6F51-41D3-94E8-1BF7A00955CF",
"code": "TX",
"companyStateRegistration": {
"TWC Account Number": "741258023",
"Unemployment Rate": "2.5"
}
}
'