curl --request GET \
--url https://api.example.com/votes[
{
"id_vote": 1,
"id_user": 10,
"id_movie": 5,
"note": "YES",
"comments": "Excellent cinematography and storytelling",
"modification_count": 0,
"User": {
"id_user": 10,
"first_name": "Jane",
"last_name": "Doe",
"email": "jane.doe@example.com"
},
"Movie": {
"id_movie": 5,
"title": "The Journey"
},
"history": []
}
]
curl --request GET \
--url https://api.example.com/votes[
{
"id_vote": 1,
"id_user": 10,
"id_movie": 5,
"note": "YES",
"comments": "Excellent cinematography and storytelling",
"modification_count": 0,
"User": {
"id_user": 10,
"first_name": "Jane",
"last_name": "Doe",
"email": "jane.doe@example.com"
},
"Movie": {
"id_movie": 5,
"title": "The Journey"
},
"history": []
}
]
YES, NO, TO DISCUSS[
{
"id_vote": 1,
"id_user": 10,
"id_movie": 5,
"note": "YES",
"comments": "Excellent cinematography and storytelling",
"modification_count": 0,
"User": {
"id_user": 10,
"first_name": "Jane",
"last_name": "Doe",
"email": "jane.doe@example.com"
},
"Movie": {
"id_movie": 5,
"title": "The Journey"
},
"history": []
}
]