curl --location --request GET '/api/admin/wechat/keywords/reply/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"createTime": "2019-08-24T14:15:22Z",
"data": "string",
"id": 0,
"keywords": "string",
"status": true,
"type": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}