action gamesparks_test_push_apple_prod_notifications_using_post { label: "testPushAppleProdNotifications" provider: gamesparks method: POST path: "/restv2/game/{apiKey}/admin/pushNotifications/test/apple/production" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } } required: ["apiKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }