curl --location --request POST 'https://public.outreach2day.com/threads/new?workspaceId&deliveryMode' \
--header 'Idempotency-Key;' \
--header 'X-Client-Request-Id;' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"to_emails": "string",
"subject": "string",
"body_text": "string",
"body_html": "string",
"cc_emails": "string",
"fromMailboxAddress": "string",
"renderTemplates": false,
"templateContext": {},
"templateSeed": 0,
"templateMode": "string"
}'{
"status": "string",
"message_id": 0,
"thread_id": 0,
"task_hash": "string",
"operation_id": "string",
"idempotency_key": "string",
"estimated_finalization_s": 0,
"property1": "string",
"property2": "string"
}