curl --location --request POST '/api/voucher-word' \
--header 'accountSetId: 794981295003285450' \
--header 'F-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": null,
"word": "借",
"printTitle": "借款凭证",
"isDefault": false
}'{
"success": true,
"code": 200,
"msg": ""
}