Authorization: Bearer ********************
curl --location --request POST 'http://localhost:9999/api1/li-index/selectIndexByName'
{
"code": "string",
"msg": "string",
"data": [
{
"indexName": "string",
"displayName": "string",
"tableName": "string",
"fieldName": "string",
"indexType": "string"
}
]
}