curl --request POST \
--url https://prod-contactswing-fastapi-962560522883.us-central1.run.app/v2/campaign/create_with_touchpoint \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "<string>",
"company_plan_id": "<string>",
"workspace_id": "<string>",
"business_goal": "<string>",
"touchpoint": {
"name": "<string>",
"type": "<string>",
"is_consultants": true,
"status": "<string>",
"start_at": "<string>",
"assistant_id": 123,
"attachment_url": "<string>",
"additional_settings": {
"execution_days": [
"<string>"
],
"start_hour": 123,
"end_hour": 123,
"delay": 123,
"time_zone": "<string>",
"ignore_suppression": true,
"from_numbers": [
"<string>"
]
},
"customer_details": [
{
"id": "<string>",
"to_number": "<string>"
}
],
"whatsapp_data": {
"template": "<string>",
"language_code": "<string>",
"body_params": {
"is_static": true,
"params": [
{}
]
},
"header_params": {
"is_static": true,
"params": [
{}
]
},
"button_params": {
"is_static": true,
"params": [
{}
]
},
"whatsapp_body": "<string>"
},
"variables": [
{}
]
}
}
'