Authorization: Bearer ********************[
    {
        "templateContent": "您的订单将在 {date} 发货",
        "templateName": "订单发货提醒",
        "type": "EMAIL"
    }
]curl --location --request DELETE '/msgmw/delete-messageTemplate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
    {
        "templateContent": "您的订单将在 {date} 发货",
        "templateName": "订单发货提醒",
        "type": "EMAIL"
    }
]'{
    "code": 10000,
    "data": {},
    "message": "提示消息内容"
}