cURL
curl --request POST \ --url http://localhost:8091/api/channels/{channelID}/read \ --header 'Authorization: Bearer <token>'
Updates the user’s read position for a channel to the current time, clearing unread and mention counts.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Channel ID
Channel marked as read