curl --location --request POST 'https://public.outreach2day.com/sequencers//export?workspaceId' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mailboxAddresses": [
"string"
]
}'{
"provider": "string",
"connectionId": 0,
"exported": 0,
"failed": 0,
"details": [
{
"email": "string",
"providerAccountId": "string",
"error": "string",
"property1": "string",
"property2": "string"
}
],
"property1": "string",
"property2": "string"
}