Authenticate your requests with a donate-api-key header
All Developer API endpoints require authentication via an API key passed as a request header, except for GET /openapi and GET /postman, which are publicly accessible.
Never expose your API key in client-side code, public repositories, or anywhere it could be
accessed by others. All API requests should be made server-side.