{
"segmentId": 0,
"cabinClass": "economy",
"departureDate": "string",
"passengers": [
"string"
]
}curl --location 'https://apiv1.simplifly.tech/api/v1/flight/orders//change/search' \
--header 'code;' \
--header 'signature;' \
--header 'timestamp;' \
--header 'Content-Type: application/json' \
--data '{
"segmentId": 0,
"cabinClass": "economy",
"departureDate": "string",
"passengers": [
"string"
]
}'