This endpoint exchanges a specific amount from one currency to another.
POST /rates
api-key: your_secret_key_here
{ "from_currency": "KES", "to_currency": "SSP" }
{ "status": true, "message": "success", "data": { "from_currency": "KES", "to_currency": "SSP", "rate": 43.125 } }