{ "merchantNo": "string", "currencyType": "string" }
curl --location '/api/open/order/getBuyRate' \ --header 'Content-Type: application/json' \ --data '{ "merchantNo": "string", "currencyType": "string" }'
{ "rate": 0 }