{ "scores": 59 // 分数不能小于0 }
curl --location --request PUT '/testcases/1/scores' \ --header 'Authorization: bearer {{token}}' \ --header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36' \ --header 'Content-Type: application/json' \ --data-raw '{ "scores": 59 // 分数不能小于0 }'
{ "code": 200, "result": [], "message": "" }