Vote
model and associated via Django's ContentType framework.curl --location -g --request POST 'https:///api/v2/agents//votes' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"vote": "up"
}'
{
"success": true,
"message": "string",
"data": {
"like_count": 0,
"dislike_count": 0
}
}