Authorization: Bearer ********************{
"omNoticeIds": [
"string"
]
}curl --location --request POST '/zc-check/modify-review-by-list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"omNoticeIds": [
"string"
]
}'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}