Fixes
- revert: 🐛 don’t add user-agent string for all requests.
This should only happen for server requests, but not client initiated requests (otherwise CORS errors might occur).
Features
- ✨ allow custom headers to be set when initializing the client (845a12a)