1 2 3 4 5 6 7
[request] url = "https://httpbin.org/get" method = "GET" [headers] "Accept" = "application/json" "Custom-Header" = "test-value"