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