curl --request POST \
--url https://api.wavix.com/v1/voice-campaigns \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"voice_campaign": {
"callflow_id": 3212,
"caller_id": "13123310912",
"contact": "16729923812",
"callback_url": "https://you-site.com/webhook"
}
}
'