When querying prismic the secret is in the query string.
https://....cdn.prismic.io/api/v2/documents/search?page=1&pageSize=1&access_token=SECRET&ref=...&q=...
The query string is not sent as clear text over internet but it tends to end up in logs which is not good.
Is it possible to send the secret in the body?