cURL
curl --request POST \ --url https://api-message.nativehub.live/api/v1/notifications/{id}/read \ --header 'Authorization: Bearer <token>'
{ "message": "marked as read" }
Mark a specific notification as read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Notification ID
Notification marked as read successfully