Authorization: Bearer ********************
[
0
]
curl --location --request DELETE 'http://localhost:8098/admin/menu/item' \
--header 'Content-Type: application/json' \
--data-raw '[
0
]'
{
"code": 200,
"errMsg": null,
"data": true
}