cURL
curl --request POST \ --url http://localhost:3000/api/v1/git/unstage \ --header 'Content-Type: application/json' \ --cookie nut-session= \ --data ' { "files": [ "<string>" ] } '
{ "success": true, "data": {} }
Unstage files from commit
Session cookie authentication
Files to unstage
Files unstaged