pub fn build_https_url_from_struct<'de, T>(ip: &String) -> Stringwhere T: Deserialize<'de>,
Builds the HTTPS url for a request. The fields are automatically extracted from the struct.
ip
A String containing the url for the request.
String