curl --location --request POST 'https://snakk-backend-production.up.railway.app/api/calls/outbound-dynamic' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"toNumber": "+4712345678",
"agentConfig": {
"instructions": "Du er en test bot. Si hei og still ett spørsmål.",
"voice": "marin",
"recording_enabled": false
}
}'{
"success": true,
"call": {},
"room": "string",
"sipCallId": "string"
}