Authorization: Bearer ********************curl --location '/app-api/member/social-user/get-subscribe-template-list' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"id": "9Aw5ZV1j9xdWTFEkqCpZ7mIBbSC34khK55OtzUPl0rU",
"title": "订单支付通知",
"content": "{ {result.DATA} }\\n\\n领奖金额:{ {withdrawMoney.DATA} }\\n领奖时间: { {withdrawTime.DATA} }",
"example": "下单时间:2016年8月8日",
"type": 2
}
],
"msg": "string"
}