curl --location --request PUT '/smartflows//triggers/website-search/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"triggers": [
{
"value": "Shoes",
"type": "termContains"
}
]
}'{
"error": "You don`t have permission to access this entity"
}