I tried to convert the byte array to binary using the code below (and other suggestions from Stack Overflow) and fed the result into node “Move Binary Data” → Binary to JSON, but the node did not return any data.
Tbh, I am having a hard time understanding the format. They say it’s a byte array but I don’t think I’ve seen a format like IJQRJwzoQUcB2ZpLajtr... in their example before. I’ll see if I can figure out how to read this.
Does the response change when you send a Accept: application/json header with your request?