UpdateChallengeData: {
    body: ChallengeUpdateBodyDto;
    path: {
        id: string;
        spaceId: string;
    };
    query?: never;
    url: "/tenants/me/spaces/{spaceId}/challenges/{id}";
}