cURL
curl --request GET \ --url http://localhost:3000/api/v1/git/providers/github/authorize \ --cookie nut-session=
{ "success": true, "error": { "code": "<string>", "message": "<string>" } }
Initiate GitHub OAuth authorization flow
Session cookie authentication
Redirect to GitHub OAuth