Bitdeer instance api/Message/MessagesGet message detailReturns the full content of a specific message by its ID for the currently authenticated user. Delete messages POSTDeletes the specified messages (by ID) for the current user. Set all=true to delete all messages.Mark messages as read POSTMarks the specified messages (by ID) as read for the current user. Set all=true to mark all messages as read.