package adminserviceparam
type ProfileRequest struct {
AdminID uint `json:"-"`
}
type ProfileResponse struct {
Data Data `json:"data"`
FieldErrors map[string]string `json:"field_errors,omitempty"`