curl --location --request POST 'https://your-api-server.com' \
--header 'api-key: <api-key>'{
"packageId": "pkg-id",
"channelId": "your-channel-id",
"content": {
"type": "MESSAGE_READ",
"messageIds": [
"3EB0BD4B0FC373D6719AA5"
],
"timestamp": "2025-12-01T23:25:50.1846004+00:00"
},
"timestamp": "2025-12-01T23:25:50.2655535+00:00"
}