{
"customerRoleId": "string",
"hasCompanyAccess": true,
"hasAllBranchesAccess": true,
"branches": [
"string"
]
}curl --location --request PUT 'https://platform.shopranos.eu/api/users/customerUsers//access' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerRoleId": "string",
"hasCompanyAccess": true,
"hasAllBranchesAccess": true,
"branches": [
"string"
]
}'