curl --location --request PUT '/smartflows//triggers/recent-purchase/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"orderValueType": "equals",
"orderValueAmount": 100,
"orderValueCurrency": "CZK",
"customer": "firstTime"
}'{
"error": "Reason of failure"
}