curl --location --request POST '/api/account-sets' \
--header 'F-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountStandard": "SMALL_BUSINESS",
"astId": "432597845032308737",
"companyName": "纷析云(株洲)科技有限公司",
"creditCode": "91430202MACR424494",
"enableDate": "2025-02-01",
"voucherReviewed": false,
"vatType": "SMALL_SCALE",
"vcfEqCheck": "NONE"
}'{
"success": true,
"code": 200,
"msg": "",
"data": {
"id": "796505867393503834",
"companyName": "纷析云(株洲)科技有限公司",
"enableDate": "2025-02-01",
"creditCode": "91430202MACR424494",
"accountStandard": "SMALL_BUSINESS",
"vatType": "SMALL_SCALE",
"voucherReviewed": false,
"createDate": "2025-12-30 22:29:57",
"effectiveDate": "2026-02-28",
"creatorId": "527079702007971841",
"astId": "432597845032308737",
"currentAccountDate": "2025-02-01",
"encoding": [
4,
3,
2,
2
],
"subjectCategory": [
"ASSET",
"LIABILITY",
"RIGHTS",
"COST",
"INCOME"
],
"vcfEqCheck": "NONE",
"taxation": ""
}
}