curl --location '/api/v1/sell/quote' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"event": "summer-gala",
"items": [
{
"tier": "vip",
"quantity": 2
}
],
"promoCode": "EARLYBIRD"
}'{
"currency": "AZN",
"lines": [
{
"tier": "vip",
"name": "VIP",
"color": "string",
"quantity": 2,
"unitPrice": 50,
"amount": 100,
"seats": [
"string"
]
}
],
"subtotal": 100,
"discount": 20,
"total": 80,
"quantity": 2,
"free": false,
"promo": {
"code": "EARLYBIRD",
"type": "PERCENTAGE",
"value": 20,
"applied": true,
"reason": "not_found"
}
}