{
  "users": [
    {
      "id": 1,
      "username": "admin",
      "password": "$2a$10$x20FXw0tfHOhzA9dlOh0G.BMJNVJB0Y7WafEH6x4OdcoqfcSokjea",
      "email": "admin@zarnaira.com",
      "role": "admin",
      "created_at": "2026-02-06 06:32:49",
      "updated_at": "2026-02-06 11:04:25"
    }
  ],
  "exchange_requests": [],
  "exchange_rates": [
    {
      "id": 1,
      "currency_pair": "ZAR-NGN",
      "buy_rate": 80,
      "sell_rate": 85,
      "updated_at": "2026-02-08T12:30:36.629Z"
    },
    {
      "id": 2,
      "currency_pair": "NGN-ZAR",
      "buy_rate": 0.013,
      "sell_rate": 0.019,
      "updated_at": "2026-02-08T12:30:36.632Z"
    },
    {
      "id": 3,
      "currency_pair": "ZAR-USDT",
      "buy_rate": 0.0618,
      "sell_rate": 0.0638,
      "updated_at": "2026-02-08T12:30:36.635Z"
    },
    {
      "id": 4,
      "currency_pair": "USDT-ZAR",
      "buy_rate": 15.85,
      "sell_rate": 18.97,
      "updated_at": "2026-02-08T12:30:36.637Z"
    },
    {
      "id": 5,
      "currency_pair": "NGN-USDT",
      "buy_rate": 0.000733,
      "sell_rate": 0.000833,
      "updated_at": "2026-02-08T12:30:36.639Z"
    },
    {
      "id": 6,
      "currency_pair": "USDT-NGN",
      "buy_rate": 1400,
      "sell_rate": 1800,
      "updated_at": "2026-02-08T12:30:36.641Z"
    }
  ],
  "password_reset_tokens": [],
  "_meta": {
    "lastId": {
      "users": 1,
      "exchange_requests": 0,
      "exchange_rates": 6,
      "password_reset_tokens": 0
    }
  }
}