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