Hi, I have a question. How to use this tool if the GraphQL query is inside the JSON body? ``` POST /graphql HTTP/1.1 Host: example.com {"operationName":"test","query":"query test($input: test!).....\n}\n"} ```