curl --location --request PUT '/smartflows//actions/contact/tag-add/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"tags": [
"tagId1",
"tagId2"
]
}'{
"error": "Reason of failure"
}