curl --location --request GET 'http://127.0.0.1/student'
[ { "id": 1, "name": "chenteng", "go": 100, "python": 99, "java": 89 } ]