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