Question: If you were to add versioning by using the Accept and Content-Type header, what would be the correct format of the header value?
- `application/json`
 - `application/json_version2`
 - `text/html`
 - `application/vnd.myapp.v2+json`
 
Answer: The correct answer of the above question is Option D:`application/vnd.myapp.v2+json`