Projects
List Project Statuses
Retrieves all project statuses for the workspace
curl -X GET "https://example.com/v1/projects/statuses"{ "data": [ { "id": "string", "name": "string", "color": "string", "icon": "string" } ]}