The Content-Type header says this body is JSON.
Content-Type names JSON
The Content-Type row says the body should be read as JSON in this toy example.
Content-Type JSON
The header is separate from the body
The header says how to read the body. It is not one of the JSON fields.
header before body
The body rows come after the blank line
The body display row is readable, and the exact body bytes are carried by the hex row.
body after headers
Summary
Content-Type tells the toy reader which body shape to expect.
JSON body expected