Authorization: Bearer ********************
{ "checkId": 5, "remark": "拒绝通过审核..." }
curl --location --request POST 'http://localhost:9999/api/checks/reject' \ --header 'Content-Type: application/json' \ --data-raw '{ "checkId": 5, "remark": "拒绝通过审核..." }'
{}