API endpoint for desk reservations.

GET /api/v1/desk/87?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api.team.lcog.org/api/v1/desk/87?format=api",
    "pk": 87,
    "building": "S",
    "floor": 2,
    "number": "279",
    "active": true,
    "lead": false,
    "ergonomic": true,
    "held_today": false
}