Comment obtenir toutes les branches du référentiel Gitlab

curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/project_id/repository/branches"
alexandra veres