post https://console.neon.tech/api/v2/projects//branches
Creates a branch in the specified project.
You can obtain a project_id
by listing the projects for your Neon account.
This method does not require a request body, but you can specify one to create a compute endpoint for the branch or to select a non-default parent branch.
By default, the branch is created from the project's default branch with no compute endpoint, and the branch name is auto-generated.
To access the branch, you must add an endpoint object. A read_write
endpoint allows you to perform read and write operations on the branch.
Each branch supports one read-write endpoint and multiple read-only endpoints.
For related information, see Manage branches.