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