Hi, I have been using Prismic for a while and in the last few days my requests are returning "404 Bad Request" without any changes in the request sent. The feature is managed by my communication team so I don't know if it was caused by any change in the content but I think that it could be a bug.
curl
curl --location -g --request GET 'https://entrepreneur-announcements.prismic.io/graphql?query=query entrepreneur_announcements($banner_uid: String!, $dialog_uid: String!, $lang: String!){ banner(uid: $banner_uid, lang: $lang) { active url { _linkType __typename ... on _ExternalLink{ url } ... on _FileLink{ name url size } } active_for backgroundimage title content frequency } dialog(uid: $dialog_uid, lang: $lang) { active url { _linkType __typename ... on _ExternalLink{ url } ... on _FileLink{ name url size } } active_for image frequency } }&variables={"banner_uid":"announcements_banner_v1","dialog_uid":"announcements_dialog_v1","lang":"pt-br"}'
--header 'Prismic-Ref: YFUZQBAAACAADPDF'
edit: Tests using the same query on the GraphQL Explorer returns all items with success ![]()

