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