package utils import ( "fmt" ) func ReturnApiOutput() { const data = `{"key": "value"}` fmt.Println(data) }