curl --location --request POST 'http://prod-cn.your-api-server.com/school/comment/period/teacher/student/edit.json'
{
"studentPeriodId": 0,
"commentPeriodId": 0,
"teacherId": 0,
"studentId": 0,
"commentDate": "",
"commentLevel": 0,
"commentStatus": false,
"commentContent": "",
"studentContent": "",
"studentContentDate": ""
}