curl --location --request POST 'https://callapi.xfyun.cn/v1/service/v1/aicall/outbound/v1/task/insert?token=08236d0aeeee4d5b566db5f4adc41a63' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "129",
"call_column": ["客户手机号码","列2", "列3"],
"call_list": [
["13000000001","t2","t3"],
["13000000002","t2","t3"]
]
}'
{
"code": 0,
"message": "string",
"result": {
"total": 0,
"task_data_ids": [
0
]
}
}