{
"processId": "string",
"itemId": 0,
"checkItem": "string",
"isCheck": "string",
"description": "string"
}curl --location --request POST '/api/process/confirm/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"processId": "string",
"itemId": 0,
"checkItem": "string",
"isCheck": "string",
"description": "string"
}'{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}