curl --location --request DELETE '/admin-api/charging/account/uniteFeeComboTemplate/remove/' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {},
"msg": "string"
}