curl --location --request POST '/api/accounting-category' \
--header 'accountSetId: 794981295003285450' \
--header 'F-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": null,
"name": "银行卡号",
"categoryType": "CUSTOMIZATION",
"canEdit": true,
"columns": [
{
"code": "cusColumn0",
"title": "开户行"
},
{
"code": "cusColumn1",
"title": "卡号"
}
]
}'{
"success": true,
"code": 200,
"msg": ""
}