action testfire_check_login { label: "Check if any user is logged in" description: "If a user is loggedin the username will be returned" provider: testfire method: GET path: "/login" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } } required: ["Authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }