UpdatePostScheduleData: {
    body: UpdateScheduleBodyDto;
    path: {
        postId: string;
        spaceId: string;
    };
    query?: never;
    url: "/spaces/{spaceId}/community/{postId}/schedule";
}