Mark Notifications Read
Mark notifications as read. Send a list of notification ids, or a before cursor to mark everything up to and including that point. You can only mark your own notifications.
post/v1/account/notifications/read
Request body
Example request
{
"ids": [
"0a5d8f1e-3b2c-5e4a-9f8b-1c2d3e4f5a6b"
]
}Response
Read markers accepted.