curl --location 'https://api.even3.com/api/v2/events//tickets' \
--header 'Authorization: Bearer <token>'[
{
"title": "Entrada teste",
"ticket_confirmed_quantity": 5,
"prices": [
{
"id": 9999999,
"ticket_id": 999999,
"price": 100.0000,
"sales_start_date": "2026-01-10T00:00:00Z",
"sales_end_date": "2026-12-12T00:00:00Z",
"lot_confirmed_quantity": 5
}
]
}
]