token: ********************
{
"questionId": 0,
"questionValue": 0
}
curl --location --request POST 'http://127.0.0.1:8091/clean/assess/update' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"questionId": 0,
"questionValue": 0
}'
{
"code": "1",
"msg": "成功",
"data": null
}