action gamesparks_get_game_region_options_using_get { label: "getGameRegionOptions" provider: gamesparks method: GET path: "/restv2/game/{gameApiKey}/regions" encoding: json input: { type: "object" properties: { gameApiKey: { type: "string" } } required: ["gameApiKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }