code: ********************timestamp: ********************signature: ********************{
"lastSyncAt": "2026-07-01T00:00:00Z",
"lastCode": "BJS",
"limit": 100
}curl --location '/train/openapi/v4/sync/cities' \
--header 'code: <api-key>' \
--header 'timestamp: <api-key>' \
--header 'signature: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"lastSyncAt": "2026-07-01T00:00:00Z",
"lastCode": "BJS",
"limit": 100
}'{
"code": 0,
"message": "Success",
"data": {
"nextSyncAt": "2026-07-15T10:00:00Z",
"nextLastCode": "CNSHA",
"hasMore": true,
"data": [
{
"code": "CNBJS",
"countryCode": "CN",
"pinyin": "beijing",
"name": {
"en": "Beijing South",
"zh-Hans": "北京南"
},
"deleted": false,
"createdAt": "2020-01-01T00:00:00Z",
"updatedAt": "2026-07-01T00:00:00Z"
}
]
}
}