List all projects visible to the current API token.
Request
curl -H "Authorization: Bearer $TOKEN" \
https://api.cloud.example/v1/projects
Response
{
"data": [
{"id": "prj_9af2", "name": "alpha"},
{"id": "prj_42b1", "name": "beta"}
]
}