Projects created by the API change the user_id and associate the project to a different user
Created by: palerique
Summary: Projects created by the API change the user_id and associate the project to a different user. We want to create a project associated with the owner of user_id but gitlab associate the project with other owner.
Steps to reproduce: request via POST sending name, description and user_id to /api/v3/projects/ passing the private token.
Expected behavior: Project created and associated with the desired owner, the ones associated with sent user_id.
Observed behavior: Project associated with other owner.