Hi,
The first four bytes actually represents the size of the response including the first four bytes.
In your example,
0 0 0 77 – the size in decimal
123 …. 125 – the data
The actual response size is actually 73, from the character ‘{‘(123) to ‘}'(125).
Let us know if you have further questions.
Xai