action gamesparks_create_query_using_post { label: "createQuery" provider: gamesparks method: POST path: "/restv2/game/{apiKey}/manage/queries" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } } required: ["apiKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }