Run bitcoind with below bitcoin.conf and a descriptor wallet loaded: testnet=1
server=1 test.rpcport=YOUR_RPC_PORT
rpcuser=YOUR_RPC_USERNAME
rpcpassword=YOUR_RPC_PASSWORD 2. Create a POST request in Postman with URL: http://127.0.0.1:RPC_PORT/wallet/WALLET_NAME 3. Select ‘Basic Auth’ in authorization and enter RPC credentials 4. Body(raw): {"jsonrpc: "1.0", "id": "curltest", "method": "listdescriptors", "params": [false]}