action uscann_register { label: "register" provider: uscann method: POST path: "/authentication/register" encoding: json input: { type: "object" properties: { "Content-Type": { type: "string" } } required: ["Content-Type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }