get fx rate
POST {{API-URL}}/api/v1/finance/fx-rate/
Request Body
{"fromCurrency"=>"USD", "toCurrency"=>"AED"}
RESPONSES
status: OK
{"code":200,"data":{"ask":3.66633,"bid":3.672794117412},"error":null}