{
  "data": [
    {
      "expand": "description,lead,url,projectKeys",
      "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
      "id": "10000",
      "key": "EX",
      "name": "Example Project",
      "projectTypeKey": "software",
      "simplified": false,
      "style": "next-gen"
    },
    {
      "expand": "description,lead,url,projectKeys",
      "self": "https://your-domain.atlassian.net/rest/api/3/project/DEMO",
      "id": "10001",
      "key": "DEMO",
      "name": "Demo Project",
      "projectTypeKey": "business",
      "simplified": true,
      "style": "classic"
    }
  ]
}