cURL
curl --request PUT \ --url https://api.example.com/v1/currencies/rate \ --header 'Content-Type: application/json' \ --data ' { "from": "<string>", "to": "<string>", "rate": 123, "source": "<string>", "timestamp": "2023-11-07T05:31:56Z" } '
Exchange rate updated successfully