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