Week 1 Homework: Question #1 What are the components of an HTTP request? End Point, Request Type, Header, Body Question #2 What are the components of an HTTP response? Header, Status Code, Body Question #3 What are the 2 most popular payload formats? Post Request, Get Request in Json or XML Question #4 Explain JSON format in your own words. Give an example. In my own words JSON is a key value pair like a MAP in apex. It’s just attributes or field technically that have values on the right side of the pair separated by a colon. Json is used when browsers and servers need to send information to each other