Currently we're still using gitLab with a single group for all teams. We need to switch from everyone using branches on one main repo to having forked repositories in different groups.
We need to be able to
-Automatically create a new group with the existing repositories forked and branched
The current setup returns a 404 for some reason.
curl --request POST --header "PRIVATE-TOKEN: xxxxxxxxxxxxxxxx" http://gitlab.exampleRepo.com/api/v4/projects/84/myNamespace/fork
Any help would be great guys.