AJAX view to handle just the vote response

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

{
    "post": "I am almost convinced but is there a difference between timezone and timeframe?",
    "userprofile": "Raj",
    "submit_date": "2017-11-09T10:51:47",
    "is_public": true,
    "parent": null,
    "story": "50: Where Does the Day Begin in 24 Hour Forex and Futures Trading?: published",
    "forum": null,
    "vote": 0,
    "upvotes_hidden": 1,
    "downvotes_hidden": 0,
    "report": false
}