curl -X GET https://api.marsai.com/awards \
-H "Authorization: Bearer YOUR_TOKEN"
[
{
"id_award": 1,
"award_name": "Best Picture",
"id_movie": 5,
"createdAt": "2026-03-01T12:00:00Z",
"updatedAt": "2026-03-01T12:00:00Z"
},
{
"id_award": 2,
"award_name": "Best Director",
"id_movie": 7,
"createdAt": "2026-03-02T14:30:00Z",
"updatedAt": "2026-03-02T14:30:00Z"
}
]
curl -X GET https://api.marsai.com/awards \
-H "Authorization: Bearer YOUR_TOKEN"
[
{
"id_award": 1,
"award_name": "Best Picture",
"id_movie": 5,
"createdAt": "2026-03-01T12:00:00Z",
"updatedAt": "2026-03-01T12:00:00Z"
},
{
"id_award": 2,
"award_name": "Best Director",
"id_movie": 7,
"createdAt": "2026-03-02T14:30:00Z",
"updatedAt": "2026-03-02T14:30:00Z"
}
]
curl -X GET https://api.marsai.com/awards \
-H "Authorization: Bearer YOUR_TOKEN"
[
{
"id_award": 1,
"award_name": "Best Picture",
"id_movie": 5,
"createdAt": "2026-03-01T12:00:00Z",
"updatedAt": "2026-03-01T12:00:00Z"
},
{
"id_award": 2,
"award_name": "Best Director",
"id_movie": 7,
"createdAt": "2026-03-02T14:30:00Z",
"updatedAt": "2026-03-02T14:30:00Z"
}
]