If I ran the following API command `/bitcoin/newaddr/bech32` I receive a string, However, I need to receive a JSON object. Somethings like ``` { "address": "" } ```