Authorization: Bearer ********************
curl --location 'https://gateway-sandbox.balad.tech/core/services/1/exchange-rates' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json'
{ "data": [ { "id": 43, "from_currency": "USD", "from_currency_id": 1, "to_currency": "EGP", "to_currency_id": 42, "rate": 48.497228 } ], "errors": null }