I have a server endpoint in gin that receives an byte array.
func UploadImageHandler(c *gin.Context) { body, err := c.GetRawData() // how do I make s