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