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