curl --location --request PUT '/smartflows//triggers/cart-product-low-stock/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"threshold": 5
}'{
"error": "Reason of failure"
}