{
  "data": {
    "self": "https://your-domain.atlassian.net/rest/api/3/project/search",
    "nextPage": "https://your-domain.atlassian.net/rest/api/3/project/search?startAt=2",
    "maxResults": 2,
    "startAt": 0,
    "total": 7,
    "isLast": false,
    "values": [
      {
        "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/ABC",
        "id": "10001",
        "key": "ABC",
        "name": "Another Project",
        "projectTypeKey": "business",
        "simplified": true,
        "style": "classic"
      }
    ]
  }
}