curl --location --request POST 'http://192.168.1.76:8081/sys/project-node/node-matter/reject' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk0MzNhZmU2LTIzMWYtNGZjZi1iYTRmLWMxNzAxNDMxYmVkZiJ9.UGRopckd3axXiTU306jSC0-_EcOQvjy0PQob-wUkLBrNjdWPiwxUZsnEDsIeYMlskYim_HyaEh_393SFDFAlWw' \
--header 'Content-Type: application/json' \
--data-raw '{
"list": {
"id": 0,
"itemNodeId": 0,
"remark": "string",
"reject": "string",
"matterStatus": 0
},
"startAgainWorkTime": "string",
"endAgainWorkTime": "string",
"acceptanceId": 0
}'