action staging_ecotaco_get_current_user { label: "Get current user" description: "" provider: staging_ecotaco method: GET path: "/accounts" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "Accept-Language": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }