Can specified user id on POST but not with other models

It seems that the solution is to override the model’s services, only with

create(data) {
    return strapi.query('validated-user').create(data)
}

it works