Get request returns unexpected/difficult to understand result

The return type of the json is a []byte, but those bytes are just a json string. If you cast it to a string, you can print it out human-readably, or just json.unmarshal into your structs.

Also - welcome to the community :slight_smile: