The Accept header indicates the media types accepted by the client, expressed as MIME types.
Accept
Type and subtype: Accept: <MIME_type>/<MIME_subtype>
Accept: <MIME_type>/<MIME_subtype>
Any subtype: Accept: <MIME_type>/*
Accept: <MIME_type>/*
Any type: Accept: */*
Accept: */*
Source