{
  "data": {
    "data": {
      "id": 19,
      "email": "john@example.com",
      "first_name": "John",
      "last_name": "Doe",
      "picture_url": "https://example.com/john.png",
      "employment_start_date": "2014-08-25",
      "date_of_birth": "1991-02-13",
      "position": "Api developer",
      "position_id": 1234,
      "reports_to_employee_id": 1000,
      "work_phone": "867-5309",
      "home_phone": "555-5555",
      "mobile_phone": "555-1234",
      "gender": "Male",
      "street_first": "123 some Street",
      "stree_second": "3A",
      "city": "London",
      "post_code": "E8 1LA",
      "country": "GB",
      "employee_number": 123,
      "personal_identification_number": "1",
      "tax_number": "1",
      "termination_date": "2015-05-28",
      "termination": {
        "reason": "Moving location",
        "comments": "Moving to"
      }
    }
  }
}