AJAX view to handle just the vote response

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

{
    "post": "If you took trade 3 then even losing 4 and 5 would increase the total win. +4 minus the 2 losses would still get you +2 up on your +3 win. So +5 in total.",
    "userprofile": "david_links",
    "submit_date": "2018-01-09T03:48:58",
    "is_public": true,
    "parent": null,
    "story": "58: Trading AUD.JPY Using Heikin Ashi on the Four Hour Timeframe: published",
    "forum": null,
    "vote": 0,
    "upvotes_hidden": 1,
    "downvotes_hidden": 0,
    "report": false
}