curl --location --request POST 'https://v4.fenxi365.com/api/subject' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"type": "string",
"code": "string",
"queryCode": "string",
"name": "string",
"mnemonicCode": "string",
"balanceDirection": "string",
"status": true,
"cash": true,
"parentId": 0,
"level": 0,
"systemDefault": true,
"unit": "string",
"fullName": "string",
"leaf": true,
"adjustments": true,
"auxiliaryAccounting": [
0
],
"currencyAccounting": [
0
]
}'
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}