curl --request POST \
--url https://api.getstrada.com/api/agents/{agentId}/calls/campaign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"campaignName": "<string>",
"scheduleId": "<string>",
"phoneNumber": "<string>",
"phoneNumberId": "<string>",
"variables": {},
"callRetryConfigId": "<string>",
"localPresenceEnabled": false,
"maxConcurrentCalls": 2,
"endCampaignAt": 1735689600000
}'