curl --location --request GET 'http://localhost:8081/his/template/'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"templateType": "string",
"templateGroup": "string",
"name": "string",
"content": "string",
"createUser": "string",
"updateUser": "string",
"type": "string",
"owner": 0
}
}