curl --location '/smartflows//triggers/cart-product-discount' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"ancestorId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"triggerType": "minDiscountPercent",
"triggerTypeValue": "10"
}'{
"activityId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"name": "Custom activity name",
"campaignUuid": "4a06896c-81b3-44f4-b493-2057bef951a2",
"nextActivityType": "triggers"
}