Generic way to store data for a request, parse it, and execute the request
I currently face the issue, how to implement a function in golang, which allows me to parse a config file or similar to then process the information how a certain request to an API should be made.