{
"current": 0,
"target": 0
}curl --location --request PUT '/ent/program_task/sort' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"target": 0
}'{}