{
"id": 0,
"userId": 0,
"keyword": "string",
"from": "string",
"hasGoods": true,
"createTime": "string",
"updateTime": "string",
"delFlag": true
}
curl --location --request POST 'http://localhost:81/searchHistory' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userId": 0,
"keyword": "string",
"from": "string",
"hasGoods": true,
"createTime": "string",
"updateTime": "string",
"delFlag": true
}'
{
"code": 0,
"msg": "",
"data": false
}