Question: What is the best approach for requesting JSON instead of XML from an API?

  1. `Add .json to the URL.`
  2. `APIs do not use XML.`
  3. `Use the Content-Type header.`
  4. `Use the Accept header.`

Answer: The correct answer of the above question is Option D:`Use the Accept header.`