{ "name": "chenteng", "id": 1, "go": 100, "python": 100, "java": 100 }
curl --location --request POST 'http://127.0.0.1/student' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "chenteng", "id": 1, "go": 100, "python": 100, "java": 100 }'
save ok