action blazemeter_register_retrieve { label: "Registration  " provider: blazemeter method: GET path: "/user/register" encoding: json input: { type: "object" properties: { email: { type: "string" } firstName: { type: "string" } lastName: { type: "string" } password: { type: "string" } } required: ["email", "password"] additionalProperties: false } output: { type: "object" additionalProperties: true } }