action testfire_login { label: "Login method" description: "After a successful login a token is returned. This is a Bearer token. To authenticate with it use the Authorization header and set value to Bearer empty space and the token value." provider: testfire method: POST path: "/login" encoding: json output: { type: "object" additionalProperties: true } }