curl --location --request POST 'https://api.even3.com/api/v2/events/111111/tickets' \
--header 'Authorization: Bearer <token>'[
{
"title": "Ingresso tipo 1",
"registration_quantity": 1,
"prices": [
{
"id_ticket": 868129,
"id_ticket_price": 983151,
"price": 120.0000,
"start_date": "2025-01-01T00:00:00Z",
"due_date": "2027-12-12T00:00:00Z",
"registration_quantity_price": 1
}
]
},
{
"title": "Estudante",
"registration_quantity": 1,
"prices": [
{
"id_ticket": 868128,
"id_ticket_price": 983150,
"price": 0.0000,
"start_date": "2025-01-01T00:00:00Z",
"due_date": "2027-12-12T00:00:00Z",
"registration_quantity_price": 1
}
]
}
]