Authorization: Bearer ********************
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"keyword": "string",
"jumpType": true,
"url": "string",
"isHot": true,
"isDefault": true,
"sort": 0,
"delFlag": true
}
curl --location --request POST 'http://localhost:81/shop/keyword' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTime": "string",
"updateTime": "string",
"id": 0,
"keyword": "string",
"jumpType": true,
"url": "string",
"isHot": true,
"isDefault": true,
"sort": 0,
"delFlag": true
}'
{
"code": 0,
"msg": "",
"data": false
}