Draft: SPIKE: Investigate creating groups on user behalf
What does this MR do and why?
SPIKE: Investigate creating groups on user behalf
Issue: https://gitlab.com/gitlab-org/customers-gitlab-com/-/issues/9433
How to set up and validate locally
curl --request POST --header "PRIVATE-TOKEN: <your-access-token>" \
--header "Content-Type: application/json" \
--data '{"path": "test-group-4", "name": "Test Group", "owner_id": 1701 }' \
"http://localhost:3000/api/v4/groups/"