# token, ou bien bearer #"Authorization: token e4d2bac2fb0e463b1e79997b108b91fe7de144d5" #"Authorization: bearer e4d2bac2fb0e463b1e79997b108b91fe7de144d5" curl -X POST "https://forge.gwenaelremond.fr/api/v1/user/repos" -H "accept: application/json" -H "Authorization: token f2b21b62ceb91d9cd561278545638a053bfce498" -H "Content-Type: application/json" -d '{ "auto_init": true, "default_branch": "main", "description": "reponses aux exercices et tp", "name": "exercices", "private": false, "readme": "Default"}' -i