Authorization: Bearer ********************
{
"gradeId": "11",
"gradeNum": "2012"
}
curl --location --request PUT 'http://localhost:8999/api/team/grade/' \
--header 'Content-Type: application/json' \
--data-raw '{
"gradeId": "11",
"gradeNum": "2012"
}'
{}