Authorization: Bearer ********************
{
"gradeNum": "2019"
}
curl --location --request POST 'http://localhost:8999/api/team/grade/' \
--header 'Content-Type: application/json' \
--data-raw '{
"gradeNum": "2019"
}'
{
"code": 200,
"msg": "新增成功!"
}