{ "product_id": 10000 }
curl --location --request POST 'https://dapi.visageniusglobal.com/openvisa/product_price_query' \ --header 'X-Date: ' \ --header 'X-Appid: ' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "product_id": 10000 }'
{"ret":0,"msg":"ok","body":{"price":2}}