This will create polciy for data reteion of 1 month on the specified db and set it as default policy
CREATE RETENTION POLICY "one-month<policy-name>" ON "my-db<db-name>" DURATION 720h REPLICATION 1 SHARD DURATION 24h DEFAULT
> CREATE USER admin WITH PASSWORD 'password'
> show users;
user admin