package models
type CreateRoleCommand struct {
Name string `validate:"required"`
}
type UpdateRoleCommand struct {