AJAX view to handle just the vote response

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

{
    "post": "It will be coming up soon!",
    "userprofile": "SeanManefield",
    "submit_date": "2017-11-06T05:31:44",
    "is_public": true,
    "parent": "56: post-56-by-nomidas",
    "story": "41: How Many Contracts to Open in a Futures or Forex Trade: published",
    "forum": null,
    "vote": 0,
    "upvotes_hidden": 0,
    "downvotes_hidden": 0,
    "report": false
}