curl --location --request PUT '/smartflows//actions/audience/sklik/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Custom activity name",
"account": "john.doe@seznam.cz",
"apiKey": "fsf54s6ffddf",
"audienceAccount": "john.doe@seznam.cz",
"newSklikAudienceTitle": "My new audience",
"sklikAudience": "dsflsdjf3454654e64",
"updateAudience": {
"type": "once",
"source": "123"
}
}'{
"error": "Reason of failure"
}