curl --location --request POST 'https://v4.fenxi365.com/api/assets/depreciation' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"accountSetsId": 0,
"checkYear": 0,
"checkMonth": 0,
"status": 0,
"cancel": true,
"voucherId": 0,
"checkDate": "string"
}'
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}