Gets the API URL from the environment file
static Future<String?> getApiUrl() async { return await getEnvVar('API_URL'); }