ReportVideoProgressData: {
    body: ReportVideoProgressBodyDto;
    path: {
        id: string;
        spaceId: string;
    };
    query?: never;
    url: "/spaces/{spaceId}/content/contents/{id}/progress/video";
}