I understand that the Accept
parameter define a data type expected in a client response sent from the server, so it\'s used as a response header.
My que
The Accept Client Request-header field can be used to specify certain media types which are acceptable for the response.
The Content-Type is entity-header field indicates the media type of the entity-body sent to the recipient.
HTTP header fields provide required information about the request or response, or about the object sent in the message body. There are four types of HTTP message headers:
https://www.w3.org/Protocols/HTTP/HTRQ_Headers.html
https://www.w3.org/Protocols/HTTP/Object_Headers.html