{
"type": 0,
"taskId": 0,
"ownerId": 0,
"taskName": "",
"sceneId": "",
"executeType": 1,
"concurrency": 1,
"maxAttempts": 2,
"attemptInterval": 5,
"callerList": [
{
"phoneNumber": "",
"phonePrefix": ""
}
],
"executeStartTime": "2022-12-25 16:30:00",
"executeEndTime": "2022-12-25 17:30:00",
"fileUrl": ""
}curl --location --request POST '/outcall/task/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"taskId": 0,
"ownerId": 0,
"taskName": "",
"sceneId": "",
"executeType": 1,
"concurrency": 1,
"maxAttempts": 2,
"attemptInterval": 5,
"callerList": [
{
"phoneNumber": "",
"phonePrefix": ""
}
],
"executeStartTime": "2022-12-25 16:30:00",
"executeEndTime": "2022-12-25 17:30:00",
"fileUrl": ""
}'{
"code": 0,
"message": "",
"data": 0
}