curl --location --request PUT '/smartflows//targets/abtest/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Custom activity name",
"ancestorId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"testGroupRatio": 40,
"condition": "Clicks",
"sendRemainingDelay": {
"value": 24,
"unit": "minute"
}
}'{
"error": "You don`t have permission to access this entity"
}