{
"enterpriseId": 100,
"isDefault": false,
"organizationId": 1
}
curl --location --request PUT '/user//accede/default' \
--header 'Content-Type: application/json' \
--data-raw '{
"enterpriseId": 100,
"isDefault": false,
"organizationId": 1
}'
{
"property1": {},
"property2": {}
}