curl --request PUT \
--url 'https://sandbox.rollfi.xyz/companyOnboarding#updateCompany' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "updateCompany",
"company": {
"companyId": "33A04AFB-4317-464A-B1E0-BAB610086174",
"businessWebsite": "prism.com"
}
}
'