improved

Included new fields to /exchanges/{id}

We've enhanced the /exchanges/{id} endpoint by adding two new fields, public_notice and alert_notice.

These additions provide information on public notices and alerts associated with the specified exchange.

Example of responses:

{
  "name": "Uniswap V3 (Ethereum)",
  ......
  "centralized": false,
  "public_notice": "This page refers to Uniswap V3. This is an alpha release of the exchange tracker, we will continue to improve the stats here specifically for the new approach introduced by the V3 protocol. For Uniswap V2, please refer to https://www.coingecko.com/en/exchanges/uniswap-v2-ethereum", 👈
  "alert_notice": "", 👈
	......
  "status_updates": []
}