Authorization: Bearer ********************{
"ids": "123,234,567"
}curl --location --request POST '/task-confirm/del' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": "123,234,567"
}'{
"code": 10000,
"data": {},
"message": "提示消息内容"
}