POST
/
api
/
v1
/
vote_users
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "user": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "fullName": "<string>",
    "cardId": "<string>"
  },
  "hasVoted": true,
  "alias": "<string>"
}

Body

The new VoteUser resource

Response

201
application/ld+json

VoteUser resource created