How do I send a JSON string in a POST request in Go I tried working with Apiary and made a universal template to send JSON to mock server and have this code: package main import ( "encoding/json" "fmt" "github.com/jmcvetta/napping" "log" "net/http"... May 12, 2022 0 Comments