Authorization: Bearer ********************
[1, 2, 3]
curl --location --request POST 'http://localhost:9999/api1/li-enterprise-template/deleteIndexTemplate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[1, 2, 3]'
{
"code": "string",
"msg": "string",
"data": null
}