curl --location --request PUT '/smartflows//actions/landing-page/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"assetId": "12345"
}'{
"error": "Reason of failure"
}