curl --location --request POST 'https://testapi.666visa.cn/openvisa/product_price_query' \
--header 'X-Date: ' \
--header 'X-Appid: {{appid}}' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": 10000
}'