GET
/novidades
curl \
--request GET 'http://localhost:8000/novidades'
Response examples (200)
[
{
"id": 42,
"name": "string",
"price": 42.0,
"image": "string",
"created_at": "2025-05-04T09:42:00Z"
}
]