INSERT INTO blc_security_scope (id, name, open) VALUES ('-91', 'CUSTOMER_SEGMENT_RESOLVER', 'N');
INSERT INTO blc_user_permission (id, archived, last_udpated, name, is_account_perm, user_assignable) VALUES ('-132', 'N', CURRENT_TIMESTAMP, 'READ_CUSTOMER_SEGMENT_RESOLVER', 'N', 'Y');
INSERT INTO blc_permission_scope (id, permission, is_permission_root, scope_id) VALUES ('-137', 'CUSTOMER_SEGMENT_RESOLVER', 'Y', '-91');
INSERT INTO blc_client_scopes (id, scope) VALUES ('openapi', 'CUSTOMER_SEGMENT_RESOLVER');
INSERT INTO blc_client_permissions (id, permission) VALUES ('openapi', 'READ_CUSTOMER_SEGMENT_RESOLVER');