package dto type UserRequest struct { Name string `json:"name"` JobPosition string `json:"job_position"` }