{
"ids": [
"string"
]
}curl --location --request POST '/v7/todo/tasks/batch_delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'{
"code": 0,
"more": {},
"msg": "string"
}