Content Negotiation
Example
GET /greeting HTTP/1.1
Accept: application/vnd.example.resource+json; version=2
...HTTP/1.1 200 OK
Content-Type: application/vnd.example.resource+json; version=2.1.3
...Last updated
GET /greeting HTTP/1.1
Accept: application/vnd.example.resource+json; version=2
...HTTP/1.1 200 OK
Content-Type: application/vnd.example.resource+json; version=2.1.3
...Last updated