{
"collegeIds": [
"string"
],
"evaluationID": "string"
}
curl --location --request PUT '/jobEvaluation/v1/evaluationInterview/bind/college' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"collegeIds": [
"string"
],
"evaluationID": "string"
}'
{
"code": 0,
"data": null,
"msg": "string"
}