curl --location --request POST 'https://testapi.666visa.cn/openvisa/order_express_address_update' \
--header 'X-Date: ' \
--header 'X-Appid: {{appid}}' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id":1000012680,
"pay_amount":2000
}'