curl --location --request PUT '/smartflows//triggers/shipping-confirmed/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"trigger": "shipped"
}'{
"error": "You don`t have permission to access this entity"
}