curl --location '/smartflows//triggers/cart-product-in-stock' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"ancestorId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"productNames": [
"STEWIE 3 LACE EM UP",
"JOMA MASTER 1000"
],
"productTags": [
"Shoes",
"Bags"
],
"productCategories": [
"Shoes"
]
}'{
"activityId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"name": "Custom activity name",
"campaignUuid": "4a06896c-81b3-44f4-b493-2057bef951a2",
"nextActivityType": "triggers"
}