cURL
curl --request POST \ --url https://api.example.com/v1/chats/{id}/read \ --header 'Content-Type: application/json' \ --data ' { "timestamp": "2023-11-07T05:31:56Z" } '
Messages marked as read successfully