Customer-implemented endpoint. C Teleport calls this on your server to pull pending travel change records.
Your endpoint must return: 200 with a JSON array of travel change objects. Each object should include vessel details, change date, and onsigners/offsigners arrays with traveler details and arrival/departure info. Return an empty array [] if no pending changes exist.
C Teleport calls this periodically — do not return records that have already been sent.