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