curl --location --request GET '/smartflows//actions/audience/sklik/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"name": "Custom activity name",
"activityId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"smartflowId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"ancestorId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"descendantId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"account": "john.doe@seznam.cz",
"apiKey": "fsf54s6ffddf",
"audienceAccount": "john.doe@seznam.cz",
"newSklikAudienceTitle": "My new audience",
"sklikAudience": "dsflsdjf3454654e64",
"connected": false,
"connectionError": "Expired token. Reconnect the account",
"updateAudience": {
"type": "once",
"source": "123"
},
"metrics": {
"audience": "Test audience",
"type": "recurring"
}
}
}'