Currency List
GET /api/denizsulama/currencies/?format=api&ordering=code
{
"count": 3,
"next": null,
"previous": null,
"results": [
{
"id": 3,
"code": "EUR",
"currencyName": "Euro",
"exchangeRate": "40.0000"
},
{
"id": 1,
"code": "TL",
"currencyName": "Türk Lirası",
"exchangeRate": "1.0000"
},
{
"id": 2,
"code": "USD",
"currencyName": "US Dollar",
"exchangeRate": "38.0000"
}
]
}