Create/update the cache connection used by the other caching API calls.
JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication for more information on creating a token.
The connection string used to configure the user's PostgreSQL connection. The connection string contains the fields Server, Port, User, Password, and Database, separated by semicolons. Optionally, you can include BrowsableSchemas to limit the schemas.
"Server=<Server URL>;Port=5432;User=username;Password=password;Database=cachedb;"
OK