fix: add encoded annotation to fix SlackAPI URL encoding
- fix: add encoded annotation to fix SlackAPI URL encoding
In the Quarkus reactive rest package, URL params in the client package are now encoded. This means that any special characters get encoded, which breaks a few edge cases in our APIs.