curl --location 'https://console.nezhachuhai.com/v1/admin/weixin/keyword-reply' \
--header 'Authorization: Bearer 1_1' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "string",
"reply": "string",
"type": "IMAGE",
"enable": true
}'{
"code": 0,
"msg": "success",
"data": "返回数据"
}