lang and type. Server behavior is fixed to show IATA information and not display price details.code: ********************timestamp: ********************signature: ********************{
"lang": "zh-cn",
"type": "once"
}curl --location --request POST 'https://apiv1.simplifly.tech/api/v1/flight/orders//itinerary' \
--header 'code: <api-key>' \
--header 'timestamp: <api-key>' \
--header 'signature: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"lang": "zh-cn",
"type": "once"
}'