cURL
curl --request GET \ --url https://api.example.com/v1/currencies/rate
{ "from": "<string>", "to": "<string>", "rate": 123, "timestamp": "2023-11-07T05:31:56Z" }
3
Exchange rate details