package models type ReplenishAccountWallet struct { Cash float64 `json:"cash"` Currency string `json:"currency"` UserID string `json:"userId"` }