curl --location --request POST 'https://callapi.xfyun.cn/v1/service/v1/aicall/outbound/v1/task/callout?token=08236d0aeeee4d5b566db5f4adc41a63' \
--header 'Content-Type: application/json' \
--data-raw '{
"line_num":"69101338",
"robot_id":"719",
"call_column":["客户手机号码","姓名"],
"call_list":[["13000000001","张先生"],["13000000002","王女士"]],
"voice_code":"60030"
}'
{
"code": 0,
"message": "string",
"result": {
"total": 0,
"task_data_ids": [
0
]
}
}