export type Payload = {
    markAsRead: boolean;
    format: 'json';
};
