package cq type CreateUserRequest struct { Email string Password []byte Admin bool } type CreateUserResponse struct { }