{
"studentId": 922337203685477600,
"scoreType": 0
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/studentReservation/setNoTest' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"studentId": 922337203685477600,
"scoreType": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}