curl --location --request POST 'https://public.outreach2day.com/campaigns//subsequences//sync?workspaceId' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"leadEmails": [
"string"
]
}'{
"workspaceId": 0,
"parentCampaignId": "string",
"subsequenceId": "string",
"evaluatedLeads": 0,
"eligibleLeads": 0,
"skippedAlreadyEnrolled": 0,
"imported": 0,
"triggerUsed": {},
"property1": "string",
"property2": "string"
}