package dto
type (
UserResponse struct {
ID string `json:"id"`
Name string `json:"name"`
}
RoleResponse struct {
ClientResponse struct {
)