curl --request PUT \
--url 'https://sandbox.rollfi.xyz/adminPortal#updateCompanyLocation' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "updateCompanyLocation",
"companyLocation": {
"companyLocationId": "A4EA3BD6-2821-4F94-83A6-5C126991AB28",
"companyLocation": "Main",
"address1": "8435 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"phoneNumber": "9889890987",
"isWorkLocation": true,
"isMailingAddress": true,
"isFilingAddress": true
}
}
'