{
"taskId": "string",
"taskName": "string",
"userId": "string",
"comment": "string",
"procInsId": "string",
"targetKey": "string",
"variables": {
"property1": {},
"property2": {}
},
"assignee": "string",
"candidateUsers": [
"string"
],
"candidateGroups": [
"string"
],
"copyUserIds": "string",
"nextUserIds": "string",
"signature": "string"
}
curl --location --request POST 'http://localhost:8081/workflow/task/reject' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "string",
"taskName": "string",
"userId": "string",
"comment": "string",
"procInsId": "string",
"targetKey": "string",
"variables": {
"property1": {},
"property2": {}
},
"assignee": "string",
"candidateUsers": [
"string"
],
"candidateGroups": [
"string"
],
"copyUserIds": "string",
"nextUserIds": "string",
"signature": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}