I'm working on a VBA project where I need to interact with an external API. Could someone provide guidance on how to make HTTP requests in VBA and handle the responses? I'm particularly interested in understanding the process of sending parameters, receiving JSON data, and parsing the results.