Bind methods are provided in gin.Context: https://pkg.go.dev/github.com/gin-gonic/gin#readme-model-binding-and-validation It is useful when post json struct data in request body. Will flamingo provide similar api in the future?