GET /api/denizsulama/currencies/?format=api&ordering=-exchangeRate
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 3,
            "code": "EUR",
            "currencyName": "Euro",
            "exchangeRate": "40.0000"
        },
        {
            "id": 2,
            "code": "USD",
            "currencyName": "US Dollar",
            "exchangeRate": "38.0000"
        },
        {
            "id": 1,
            "code": "TL",
            "currencyName": "Türk Lirası",
            "exchangeRate": "1.0000"
        }
    ]
}