{
"id": 0,
"name": "",
"sceneUuid": "",
"sceneName": "",
"planStart": "yyyy-MM-dd HH:mm:ss",
"planEnd": "yyyy-MM-dd HH:mm:ss",
"workingTimeList": [
{
"beginTime": "",
"endTime": ""
}
],
"concurrency": 0,
"maxAttempts": 0,
"attemptInterval": 0,
"callerList": [
{
"phoneNumber": "",
"phonePrefix": ""
}
],
"fileUrl": "",
"num": 0,
"phoneNum": 0,
"status": 0,
"createdAt": "yyyy-MM-dd HH:mm:ss"
}curl --location --request POST '/plan/createPlan' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "",
"sceneUuid": "",
"sceneName": "",
"planStart": "yyyy-MM-dd HH:mm:ss",
"planEnd": "yyyy-MM-dd HH:mm:ss",
"workingTimeList": [
{
"beginTime": "",
"endTime": ""
}
],
"concurrency": 0,
"maxAttempts": 0,
"attemptInterval": 0,
"callerList": [
{
"phoneNumber": "",
"phonePrefix": ""
}
],
"fileUrl": "",
"num": 0,
"phoneNum": 0,
"status": 0,
"createdAt": "yyyy-MM-dd HH:mm:ss"
}'{
"code": 0,
"message": "",
"data": 0
}