Authorization: Bearer ********************curl --location '/rpc-api/system/social-client/get-wxa-subscribe-template-list?userType=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"id": "1",
"title": "模版标题",
"content": "模版内容",
"example": "模版内容示例",
"type": 2
}
],
"msg": "string"
}