code: ********************timestamp: ********************signature: ********************curl --location '/train/openapi/v4/orders/TO202607150001/stop-stations?returnTrip=false&segmentIndex=0' \
--header 'code: <api-key>' \
--header 'timestamp: <api-key>' \
--header 'signature: <api-key>'{
"code": 0,
"message": "Success",
"data": [
{
"code": "TJH",
"name": {
"en": "Beijing South",
"zh-Hans": "Beijing South"
},
"stationNo": "02",
"arrivalTime": "09:32",
"startTime": "09:35",
"stopMinutes": 3
}
]
}