Authorization: Bearer ********************
[
{
"id": "8a7ba3345da000e0015da000e06e0000"
}
]
curl --location --request DELETE '/othermana/specification/remove-batch' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "8a7ba3345da000e0015da000e06e0000"
}
]'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}