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