interface ReqInit {
    id: string;
    publishingId: string;
    origin?: string;
}
