curl -u user:pass -X GET -H "Content-Type: application/json" http://localhost:7990/rest/api/1.0/projects | jq .
curl -u user:pass -X GET -H "Content-Type: application/json" http://localhost:7990/rest/api/1.0/projects/EXAM/repos/cloud/pull-requests/ | jq .
curl -u user:pass -X GET -H "Content-Type: application/json" http://localhost:7990/rest/api/1.0/projects/EXAM/repos/cloud/pull-requests/1/merge | jq .