Gets the full URL for an API endpoint
String getEndpointUrl(String endpoint) { return '$baseUrl$endpoint'; }