code: ********************timestamp: ********************signature: ********************{
"cabinClass": "economy",
"passengers": [
{
"surname": "ZHANG",
"givenNames": "SAN"
}
],
"journeys": [
{
"origin": "PEK",
"destination": "SHA",
"departureDate": "2026-08-08"
}
],
"maxResultCount": 20
}curl --location '/openapi/v3/flight/orders/FO202607090001/change/search' \
--header 'code: <api-key>' \
--header 'timestamp: <api-key>' \
--header 'signature: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"cabinClass": "economy",
"passengers": [
{
"surname": "ZHANG",
"givenNames": "SAN"
}
],
"journeys": [
{
"origin": "PEK",
"destination": "SHA",
"departureDate": "2026-08-08"
}
],
"maxResultCount": 20
}'