[
{
"id": "string",
"customerSegments": [
{
"id": "string",
"customerIds": [
"string"
]
}
]
}
]curl --location 'https://platform.shopranos.eu/api/CustomerGroupings/bulkinsert' \
--header 'Content-Type: application/json' \
--data '[
{
"id": "string",
"customerSegments": [
{
"id": "string",
"customerIds": [
"string"
]
}
]
}
]'{}