export interface PrivateKeyResponseDto { code: string; data: { privateKey: string; }; message: string; }