export interface ValidateTokenOwnershipResponse { valid: boolean; error_code: string; message: string; }