curl --location --request POST 'http://qiyukf.com/openapi/ipcc/calltask/add?appKey=&time=&checksum=' \
--header 'content-type: application/json;charset=utf-8' \
--data-raw '{
"name": "意向客户回访",
"description": "新注册用户回访",
"startTime": 1517722346089,
"endTime": 1517808746089,
"seatType": 1,
"seatIds": "62451,511186",
"customerInfo": [
{
"name": "阿波罗",
"value": "18957128912",
"remarks": ""
},
{
"name": "小喽喽",
"value": "15411660066",
"remarks": ""
}
]
}'
{
"code": 0,
"message": "string"
}