export interface PKCResponseDto { code: string; data: { publicKey: string; privateKey: string; }; message: string; }