curl --location --request POST 'https://public.outreach2day.com/campaigns//steps?workspaceId' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"bodyText": "Hi {{first_name}}, sharing quick context.",
"delaySeconds": 0,
"order": 1,
"subject": "Quick intro"
}'{
"id": "string",
"campaignId": "string",
"order": 0,
"subject": "string",
"body": "string",
"bodyText": "string",
"bodyHtml": "string",
"delaySeconds": 0,
"delayDays": 0,
"variants": [
{}
],
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"property1": "string",
"property2": "string"
}