what is the value of the content-type header in an http response when a server returns a webpage code example
Example: what is content type header in api
Content-Type header is used in POST , PUT , PATCH to
specify the type of body you are sending
to the serve and it's required.