curl --location --request POST '/outcall/task/createTask' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzIiwiaWF0IjoxNzUwNjU4MDA1fQ.ZnntTem2Jw4_trA8NXEvliHEs55f9PAedPvfIyPcO84' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": ""
}'