I want to send this nested struct
type CreateOrderRequest struct { items []Item `json:"Items"` Name string `json:"name"` UnitPr