{
"lang": "zh",
"type": "once",
"iata": "show",
"price": [
{
"type": "ADT",
"flightPrice": 0,
"tax": 0,
"serviceFee": 0,
"num": 1
}
]
}curl --location --request POST 'https://open.zhifeiair.com/api/v1/flight/orders//itinerary' \
--header 'code;' \
--header 'signature;' \
--header 'timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"lang": "zh",
"type": "once",
"iata": "show",
"price": [
{
"type": "ADT",
"flightPrice": 0,
"tax": 0,
"serviceFee": 0,
"num": 1
}
]
}'{}