curl --location --request PUT '/smartflows//triggers/cart-abandon/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"sendOncePerDays": 5,
"productMinPrice": 1000,
"productNames": [
"STEWIE 3 LACE EM UP",
"JOMA MASTER 1000"
],
"productTags": [
"Shoes"
],
"totalPriceAmount": 100,
"totalPriceCurrency": "CZK",
"totalPriceType": "equals",
"itemsCountAmount": 5,
"itemsCountType": "equals",
"delay": {
"value": 24,
"unit": "hour"
}
}'