Authorization: ********************{
"order_id": "string"
}curl --location 'https://open.longxiachuxing.com/api/open/v1/flight/order/cancel-fee' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"order_id": "string"
}'{
"code": 0,
"data": {
"cancel_fee": 325,
"order_id": "RDF202605281430001",
"refund_amount": 325,
"refund_rule": "起飞前2小时退票收取票面50%",
"refundable": true
},
"message": "success",
"request_id": "req_a1b2c3"
}