Authorization: Bearer ********************
curl --location --request POST '/v1/shopping/flight-offers/upselling' \
--header 'X-HTTP-Method-Override: GET' \
--header 'Content-Type: text/plain' \
--data-raw '{
"data": {
"type": "flight-offers-upselling",
"flightOffers": [
{{flightOfferData}}
],
"payments": [
{
"brand": "VISA_IXARIS",
"binNumber": 123456,
"flightOfferIds": [
1
]
}
]
}
}'
{}