{
"evaluationProcessID": "string"
}
curl --location --request POST '/jobEvaluation/v1/interview/commit/evaluation' \
--header 'token;' \
--header 'sign;' \
--header 'nonceStr;' \
--header 'appVersion;' \
--header 'Content-Type: application/json' \
--data-raw '{
"evaluationProcessID": "string"
}'
{
"code": 0,
"data": null,
"msg": "string"
}