DuplicateChallengeData: {
    body: DuplicateBodyDto;
    path: {
        id: string;
        spaceId: string;
    };
    query?: never;
    url: "/tenants/me/spaces/{spaceId}/challenges/{id}/duplicate";
}