Return all project from Workspace
curl --request GET \ --url https://api.teamcamp.app/v1.0/project \ --header 'apiKey: <api-key>'
[ { "projectId": "<string>", "projectName": "<string>" } ]
The ID of the project.
The Name of the project.