curl --location --request POST 'http://prod-cn.your-api-server.com/school/notice/addNotice.json' \
--form 'schoolId="275"' \
--form 'noticeTitle="5555555555"' \
--form 'noticeVideo="[]"' \
--form 'noticeBody="5555555555"' \
--form 'noticeReadFeedback="2"' \
--form 'noticeType="3"' \
--form 'classIds="1094"' \
--form 'isComment="true"' \
--form 'isNowPublish="true"' \
--form 'isStudentSignature="false"' \
--form 'isParentSignature="false"'
{}