curl --location --request PUT 'http://127.0.0.1:3000/api/v1/classes/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "2025级计算机一班",
"description": "计算机学院第一班",
"teacher_id": 1
}'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"username": "string",
"email": "string",
"role": "string",
"status": "string",
"updated_at": "2019-08-24T14:15:22Z"
},
"timestamp": "2019-08-24T14:15:22Z"
}