curl --location --request POST 'https://public.outreach2day.com/threads//reply?workspaceId&deliveryMode' \
--header 'Idempotency-Key;' \
--header 'X-Client-Request-Id;' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_id": "string",
"body_text": "string",
"body_html": "string",
"schedule_time": "string",
"sent_to": "string",
"fromMailboxAddress": "string",
"renderTemplates": false,
"templateContext": {},
"templateSeed": 0,
"templateMode": "string"
}'