Authorization: ********************{
"operationList": [
{
"id": 0
}
]
}curl --location 'http://192.168.0.22/nexgen/warehouse-manage/wmsMoveTask/batchDelete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"operationList": [
{
"id": 0
}
]
}'{}