AJAX view to handle just the vote response

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

{
    "post": "the charts help alot",
    "userprofile": "fran",
    "submit_date": "2017-11-03T01:36:09",
    "is_public": true,
    "parent": "63: post-63-by-jono",
    "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
}