action probely_post_auth_obtain { label: "Authenticate user" description: "The received token should be used for authenticated requests by including in the Authorization header as `Authorization: JWT `.\n" provider: probely method: POST path: "/auth/obtain/" encoding: json output: { type: "object" additionalProperties: true } }