Retrieve information about a particular institution department.
GET /api/institutions/123/departments/321 Host: apply.example.edu Authorization: DREAM apikey="..."
Content-Type: application/json Content-Length: 1234
{ "name": "Some Department", "country": "EE", "location": "Tallinn", "www": "www.uni.ee/some-department" }