Authorization: Bearer ********************
{
"userId": "25",
"realName": "chlu666",
"majorId": "2",
"gradeId": "17"
}
curl --location --request PUT 'http://localhost:8999/api/team/member/' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "25",
"realName": "chlu666",
"majorId": "2",
"gradeId": "17"
}'
{}