{
"name": "string",
"status": 0,
"isAutomatic": true,
"customerSegments": [
{
"id": "string",
"name": "string",
"rule": {
"filter": 0,
"not": true,
"value": null,
"operator": 0,
"conditions": [
{}
],
"operation": 0
}
}
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/CustomerGroupings' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"status": 0,
"isAutomatic": true,
"customerSegments": [
{
"id": "string",
"name": "string",
"rule": {
"filter": 0,
"not": true,
"value": null,
"operator": 0,
"conditions": [
{}
],
"operation": 0
}
}
]
}'
{}