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