curl --location --request GET '/smartflows//targets/filter/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"activityId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"smartflowId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"ancestorId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"descendantId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"campaignId": "4a06896c-81b3-44f4-b493-2057bef951a2",
"queryId": 123,
"audienceId": "536",
"metrics": {
"selectedContacts": 200,
"processedContacts": 123
}
}'