In the current implementation nothing is returned from the forkProject method.
The GitLab API return the new project (the forked project).
It would be good if the Java API would return a Project instance of the forked project (the returned project by the GitLab API).