{
"day": 1,
"month": 1,
"remark": "",
"statDate": "2025-01-01",
"type": 1,
"value": 0,
"year": 2025
}curl --location --request POST '/api/v1/yd/ydRepairStatisticsHand/addOrUpdate' \
--header 'Token: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"day": 1,
"month": 1,
"remark": "",
"statDate": "2025-01-01",
"type": 1,
"value": 0,
"year": 2025
}'{}