Authorization: Bearer ********************
{
"matterId": 12,
"noticeTime": "2025-03-04 16:54:00",
"noticeType": 1,
"noticeUsers": [
{
"userId": 1
},
{
"userId": 2
}
]
}
curl --location --request POST '/matter/noticeRecord/addNoticeRecord' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"matterId": 12,
"noticeTime": "2025-03-04 16:54:00",
"noticeType": 1,
"noticeUsers": [
{
"userId": 1
},
{
"userId": 2
}
]
}'
{}