get_req( string, int, string, string ) string
Sends a GET request to the given URL with the respective integer code for the ContentType and optional string parameters for User-Agent and Authorization headers. Returns the response body as a string.
Example Usage: