[
{
"productId": "string",
"customerId": "string",
"storeId": "string"
}
]curl --location 'https://platform.shopranos.eu/api/customer-product-mixes/add-product-first-variant' \
--header 'Content-Type: application/json-patch+json' \
--data '[
{
"productId": "string",
"customerId": "string",
"storeId": "string"
}
]'{
"addedCount": 0,
"skippedCount": 0,
"errors": [
"string"
]
}