package service
type RoleRequest struct {
Title string `json:"title"`
TitleFa string `json:"title_fa"`
}