Create a new git branch
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/git/{itemId}/branch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"checkout": true
}
'{
"output": "<string>"
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/git/{itemId}/branch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"checkout": true
}
'{
"output": "<string>"
}