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