Window CLU util to make HTTP requests through Windows named pipe
To use this, just call pipe-curl.exe -p <path_to_pipe> http://localhost/<your_api_path>
To build run:
go build -mod vendor
Note: This is Windows only tool, build possible only on windows