make_request):1. The method takes an endpoint and request parameters.
2. Then, the headers for the request are formed. This is a dictionary containing the key '
Authorization' and the value of the API key.headers = {'Authorization': self.api_key}3. A get request is made to the endpoint, with the parameters and headers set.
4. The method returns the JSON response.
An example of such a method is shown in the image

