{
"customerGroupId": "string",
"customerId": "string",
"segmentId": "string"
}
curl --location --request PUT 'https://platform.shopranos.eu/api/CustomerGroupValues' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerGroupId": "string",
"customerId": "string",
"segmentId": "string"
}'
{}