Authorization: ********************{
"id": 0,
"internalAuditStatus": 0,
"withdrawFeeSetting": "string",
"withdrawApproveType": 0,
"separateSetting": "string",
"refundOperator": 0,
"internalAuditReason": "string",
"autoWithdrawType": 0,
"autoWithdraw": 0,
"autoDeductionEnabled": 0,
"deductionReason": "string",
"deductionCycleUnit": 0,
"deductionAmountPerUnit": 0,
"separateType": 0,
"fourWheelSeparateType": 0,
"fourWheelSeparateSetting": "string"
}curl --location --request POST '/management/nonSelfSeparateAccounting/auditSeparateAccounting' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"internalAuditStatus": 0,
"withdrawFeeSetting": "string",
"withdrawApproveType": 0,
"separateSetting": "string",
"refundOperator": 0,
"internalAuditReason": "string",
"autoWithdrawType": 0,
"autoWithdraw": 0,
"autoDeductionEnabled": 0,
"deductionReason": "string",
"deductionCycleUnit": 0,
"deductionAmountPerUnit": 0,
"separateType": 0,
"fourWheelSeparateType": 0,
"fourWheelSeparateSetting": "string"
}'{
"code": "",
"msg": "",
"data": false,
"stackTraceMsg": ""
}