podTerminate query returns error GRAPHQL_VALIDATION_FAILED
Hi, I am trying to terminate pods through the GraphQL API. I am sending the query through the python requests module, and my method has worked for starting and listing pods. However, for podTerminate it doesn't work and gives this error:
{"errors":[{"message":"Something went wrong. Please try again later or contact support.","locations":[{"line":3,"column":39}],"extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}}]}
{"errors":[{"message":"Something went wrong. Please try again later or contact support.","locations":[{"line":3,"column":39}],"extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}}]}
