Print Struct

fmt.Printf("%+v\\n", reportRequest)

Stringify Struct

fmt.Printf("%+v\\n", reportRequest)

or print in JSON-format: JSON