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