export type Payload = {
    format: 'json';
    index_id: number;
    id: number;
};
