curl --location --request PUT '/smartflows//triggers/cart-add/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"productNames": [
"STEWIE 3 LACE EM UP",
"JOMA MASTER 1000"
],
"productTags": [
"Shoes",
"Bags"
],
"productCategories": [
"Shoes"
]
}'{
"error": "Reason of failure"
}