curl --location '/smartflows//triggers/recent-purchase' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"ancestorId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"orderValueType": "equals",
"orderValueAmount": 100,
"orderValueCurrency": "CZK",
"customer": "firstTime"
}'{
"activityId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"name": "Custom activity name",
"campaignUuid": "4a06896c-81b3-44f4-b493-2057bef951a2",
"nextActivityType": "triggers"
}