AJAX view to handle just the vote response

GET /posts/api/63/vote/edit/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "post": "Light weekend reading haha.",
    "userprofile": "jono",
    "submit_date": "2017-11-03T01:09:00",
    "is_public": true,
    "parent": "61: post-61-by-fran",
    "story": "42: Managing a Futures or Forex Trade with Margin and Target Price: published",
    "forum": null,
    "vote": 0,
    "upvotes_hidden": 1,
    "downvotes_hidden": 0,
    "report": false
}