package adminkindboxreqparam type AssignSenderRequest struct { KindBoxReqID uint `json:"-"` SenderAgentID uint `json:"sender_agent_id"` } type AssignSenderResponse struct { FieldErrors map[string]string `json:"field_errors,omitempty"` }