public static void Main()
""id"": ""3d1d9707-55a7-7a07-80c4-60cc160820d8"",
""headers"": ""Authorization: Bearer {{token}}\nDtSyncApp: 1991-01-01 00:00:00\n"",
""key"": ""Authorization"",
""value"": ""Bearer {{token}}"",
""value"": ""1991-01-01 00:00:00"",
""url"": ""{{url}}/api/$name$"",
""preRequestScript"": """",
""pathVariableData"": [],
""dataMode"": ""params"",
""tests"": ""tests[\""Status code is 200\""] = responseCode.code === 200;"",
""currentHelper"": ""normal"",
""helperAttributes"": [],
""name"": ""GET/$name$"",
""collectionId"": ""c730e7cf-7286-671d-2864-e531b6abca69""
var controllers = new string[]{
"DesenvolvimentoCultura",
"TabelaPrecosCondicaoPagamento",
var script = string.Empty;
foreach(var controller in controllers)
script += template.Replace("$name$", controller);
Console.WriteLine(script);