ResolveQuestionData: {
    body: ResolveBodyDto;
    path: {
        postId: string;
        spaceId: string;
    };
    query?: never;
    url: "/spaces/{spaceId}/community/{postId}/resolve";
}