{ "id": "1b7916c6-4408-4bc1-8c5d-cb5168434b78", "name": "初中二年级", }
curl --location --request PUT 'https://selfxu.cn:5000/grade_info/mod' \ --header 'Cookie: token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJvb3QiLCJleHAiOjE3MDkwNDYwNTJ9.c2YKlenMTo_IuEsCC1RZdTQlSWmojsIhvKI2EiXa_6Y' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "1b7916c6-4408-4bc1-8c5d-cb5168434b78", "name": "初中二年级", }'
{ "data": { "id": "1b7916c6-4408-4bc1-8c5d-cb5168434b78", "name": "初中二年级", "school": "北大" }, "message": "修改成功", "status": "success" }