curl --location --request POST 'http://prod-cn.your-api-server.com/school/notice/getNoticeInfo.json' \
--form 'schoolId="104"' \
--form 'noticeId="103"'
{
"noticeId": 0,
"schoolId": 0,
"teacherId": 0,
"noticeType": 0,
"noticeTitle": "",
"noticeImg": "",
"noticeVideo": "",
"noticeBody": "",
"noticeReadFeedback": 0,
"createDate": "",
"publishStartDate": "",
"publishEndDate": "",
"readScope": 0,
"noticeFile": "",
"teacherName": "",
"userIcon": "",
"userName": "",
"noticeReadCount": 0,
"noticeUnreadCount": 0,
"className": "",
"isComment": false,
"isPublish": false,
"publishDate": "",
"isStudentSignature": false,
"isParentSignature": false
}