curl --request POST \
--url {schemes}://api.upsun.com/projects/{projectId}/environments/{environmentId}/branch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"name": "<string>",
"clone_parent": true,
"type": "development",
"resources": {
"init": "default"
}
}
'