{
"data": "string",
"id": 0,
"keywords": "string",
"status": false,
"type": "text"
}
curl --location --request POST '/api/admin/wechat/keywords/reply/save' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": "string",
"id": 0,
"keywords": "string",
"status": false,
"type": "text"
}'
{
"code": 0,
"data": "string",
"message": "string"
}