I'm trying to create a repository that is based on another repository. The exact use case would be to have seed project repositories and then create a new repository based on the seed project repositories. I'm trying to do this with the bitbucket cloud api but if need be i can use server api as our company uses both. If there is no way to do it without saving stuff locally then how can i do it that way? I see the source endpoint - is that the only way to go? Thank you!