diff --git a/client/create.go b/client/create.go index c74c06e..402df7e 100755 --- a/client/create.go +++ b/client/create.go @@ -9,8 +9,9 @@ import ( ) type EmailCreateResponse struct { - Id string `json:"id"` - CreatedAt time.Time `json:"created_at"` + Id string `json:"id"` + CreatedAt time.Time `json:"created_at"` + LimitRemaining int `json:"limit_remaining,omitempty"` } type ErrorResponse struct {