Content-Type HTTP header

Used to indicate indicate the original media type of the resource (prior to any content encoding applied before sending).

In requests (POST and PUT) it's used to indicate the media type of the payload sent. In responses it's used to indicate the media type of the data in the response payload.

Source