{
"productId": "string",
"productVariantId": "string",
"customerId": "string",
"storeId": "string"
}curl --location --request POST 'https://platform.shopranos.eu/api/customer-product-mixes' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"productId": "string",
"productVariantId": "string",
"customerId": "string",
"storeId": "string"
}'