curl --location --request POST 'https://v4.fenxi365.com/api/assets' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"accountSetsId": 0,
"code": "string",
"name": "string",
"assetsTypeId": 0,
"startDate": "string",
"addType": 0,
"specification": "string",
"supplier": "string",
"deptId": 0,
"entryDate": "string",
"depreciationMethod": "string",
"assetsSubjectCode": "string",
"totalDepreciationSubjectCode": "string",
"assetsCleanSubjectCode": "string",
"depreciationExpenseSubjectCode": "string",
"originalValue": 0,
"useMonth": 0,
"expectUseMonth": 0,
"remainingUseMonth": 0,
"residualRate": 0,
"expectResidualRate": 0,
"totalDepreciation": 0,
"yearTotalDepreciation": 0,
"beforeYearTotalDepreciation": 0,
"currentMonthDepreciation": 0,
"status": 0,
"reduceType": "string",
"reduceDate": "string",
"remark": "string",
"isVoucher": true,
"isPeriod": true,
"createDateTime": "string",
"disposeType": "SELL",
"disposeCheckDate": "string"
}'