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