{
  "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",
    "isPrivate": false,
    "lead": {
      "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
      "accountId": "5b10a2844c20165700ede21g",
      "displayName": "John Smith",
      "active": true
    },
    "components": [],
    "versions": [],
    "roles": {
      "Developers": "https://your-domain.atlassian.net/rest/api/3/project/EX/role/10001",
      "Users": "https://your-domain.atlassian.net/rest/api/3/project/EX/role/10002"
    }
  }
}