{
"passportno": "9202204720082",
"firstname": "John",
"lastname": "Smith",
"address": "3350 Microsoft Way, Redmond, WA 98052."
}curl --location --request POST '/api/open/express/clearance/update/passport' \
--header 'version: {{shop_openapi_version}}' \
--header 'token: {{shop_openapi_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": {}
}