curl --location --request PUT '/smartflows//triggers/first-registration/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"cron": "0 12 * * *"
}'{
"error": "Reason of failure"
}