cURL
curl --request POST \ --url http://localhost:3000/api/v1/git/branches/{name}/checkout \ --cookie nut-session=
{ "success": true, "data": {} }
Checkout a Git branch
Session cookie authentication
Branch name
Branch checked out