Execute an HTTP API request and create the necessary data objects and lineage
HTTPEndpoint instance from your connect_specendpoint.load_with_defaults()responsePathExtractor is provided, extracts data from the specified key in the responseresponsePathExtractor parameter should only be used in Step 1 (Test Connection) and Step 4 (Execute HTTP Request). It is not needed in Steps 2 and 3.responsePathExtractor when your API response contains a specific key that holds the main data you want to work with. For example, if your API returns JSON with a value field containing stringified JSON data, setting responsePathExtractor to “value” will extract and use that data.