action warwick_get_api_v2_0_login { label: "get_api_v2_0_login" description: "Login endpoint, refresh your API token" provider: warwick method: GET path: "/api/v2.0/login" encoding: json input: { type: "object" properties: { password: { type: "string" } username: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }