curl --location --request POST 'https://api.dialgood.com/external/v1/outbound' \
--header 'Accept: application/json' \
--header 'api_token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "string",
"listId": "string",
"agentId": "string",
"contactList": [
{
"from": "string",
"phone": "string"
}
],
"raw": {
"dgName": "string",
"dgHosted": "string",
"_callSummaryRecipients": "string"
},
"customKey": "string",
"speechSettings": {
"synthesizer": {
"vendor": "string",
"language": "string",
"voice": "string",
"options": {}
},
"recognizer": {
"vendor": "string",
"language": "string",
"model": "string"
}
}
}'