curl --location --request GET '/app/wechat/template' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdXRoIjoiNjNlZTQ1MTkzOWVkNTgwZWYzYzRiNmYwMTA5ZDFmZDAiLCJpc3MiOiJ0ZXN0LXBybzMwLmNybWViLm5ldCIsImF1ZCI6InRlc3QtcHJvMzAuY3JtZWIubmV0IiwiaWF0IjoxNzQ0MjY4NTM1LCJuYmYiOjE3NDQyNjg1MzUsImV4cCI6MTc0NDg3MzMzNSwianRpIjp7ImlkIjo0LCJ0eXBlIjoiYXBpIn19.mis7oLg6dStBKpJ9K9LTbO1VSN7GBka13Vx9hKWsMIQ'
{
"status": 0,
"msg": "string",
"data": {
"industry": {
"primary_industry": "string",
"secondary_industry": "string"
},
"count": 0,
"list": [
{
"id": 0,
"type": 0,
"tempkey": "string",
"name": "string",
"kid": "string",
"content": [
"string"
],
"tempid": "string",
"add_time": "string",
"status": 0
}
]
}
}