{
"id": 0,
"quarter": "string",
"questionId": 0,
"evaluateeId": 0,
"value": "string",
"userId": 0
}
curl --location --request PUT 'http://localhost:8027/adm/evaluationQuestionScore' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"quarter": "string",
"questionId": 0,
"evaluateeId": 0,
"value": "string",
"userId": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}