package api type Coordinate struct { X int `form:"x"` Y int `form:"y"` }