The new version 20250310 is available.
20250310
{ "passportno": "9202204720082", "firstname": "John", "lastname": "Smith", "address": "3350 Microsoft Way, Redmond, WA 98052." }
curl --location --request POST 'https://shopapi.geckodistribution.com/api/open/express/clearance/update/passport' \ --header 'version;' \ --header 'token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "passportno": "9202204720082", "firstname": "John", "lastname": "Smith", "address": "3350 Microsoft Way, Redmond, WA 98052." }'
{ "status": "0", "message": "Operation successful.", "data": {} }