{
  "type": "string",
  "approved": true,
  "role": "REVIEWER",
  "user": {
    "type": "string",
    "created_on": "string",
    "display_name": "string",
    "links": {
      "avatar": {
        "href": "string"
      },
      "followers": {
        "href": "string"
      },
      "following": {
        "href": "string"
      },
      "html": {
        "href": "string"
      },
      "repositories": {
        "href": "string"
      },
      "self": {
        "href": "string"
      }
    },
    "username": "string",
    "uuid": "string",
    "website": "string",
    "account_id": "string",
    "is_staff": false
  }
}