{
"program_id": 0,
"version_id": 0,
"uid": 0,
"pid": 0,
"path": [
0
],
"plan_end": "string",
"status": 0,
"data": [
0
]
}curl --location --request PUT '/ent/program_task/batch' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"program_id": 0,
"version_id": 0,
"uid": 0,
"pid": 0,
"path": [
0
],
"plan_end": "string",
"status": 0,
"data": [
0
]
}'{}