Authorization: Bearer ********************
{
"MessageIds": [
123456,
234567,
345678
],
"IsAll": false
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/message/event/batch/read' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"MessageIds": [
123456,
234567,
345678
],
"IsAll": false
}'
{
"statusCode": 200,
"data": {},
"errorMessage": "",
"mD5": "f3a8b6eb1a8ec64b6e35e0225b56abc1",
"isSuccess": true,
"timestamp": "1747019069"
}