{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"word": "string",
"printTitle": "string",
"isDefault": 0,
"accountSetsId": 0
}
curl --location --request PUT '/voucherword/voucherword' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"word": "string",
"printTitle": "string",
"isDefault": 0,
"accountSetsId": 0
}'
{
"": {}
}