curl --location --request PUT '/settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": {
"included": true,
"tenantName": "string",
"token": "string"
},
"property2": {
"included": true,
"tenantName": "string",
"token": "string"
}
}'
{
"property1": {
"included": true,
"tenantName": "string",
"token": "string"
},
"property2": {
"included": true,
"tenantName": "string",
"token": "string"
}
}