action corrently_stromkonto_register { label: "Register (new Stromkonto)" description: "Calling this method with an unregistered (new) email will create a new account (Stromkonto) with all balances having a value of `0` and no transaction history. In addition some basic properties like region and zipcode are set to allow further operation of account.\n" provider: corrently method: POST path: "/stromkonto/register" encoding: json input: { type: "object" properties: { email: { type: "string" } first_name: { type: "string" } last_name: { type: "string" } zipcode: { type: "string" } } } output: { type: "object" additionalProperties: true } }